APTCONVERT 1.1

fr.pixware.apt.parse
Class ReaderSource

java.lang.Object
  extended by fr.pixware.apt.parse.ReaderSource
All Implemented Interfaces:
Source

public class ReaderSource
extends java.lang.Object
implements Source


Constructor Summary
ReaderSource(java.io.Reader in)
           
 
Method Summary
 void close()
           
 int getLineNumber()
           
 java.lang.String getName()
           
 java.lang.String getNextLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderSource

public ReaderSource(java.io.Reader in)
Method Detail

getNextLine

public java.lang.String getNextLine()
                             throws ParseException
Specified by:
getNextLine in interface Source
Throws:
ParseException

getName

public java.lang.String getName()
Specified by:
getName in interface Source

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface Source

close

public void close()

APTCONVERT 1.1