public class EDIReaderImpl extends FileReaderImpl implements EDIReader, FileReader
Modifier and Type | Field and Description |
---|---|
boolean |
endOfFileReached |
Constructor and Description |
---|
EDIReaderImpl(ReadableDataLocation dataFile) |
EDIReaderImpl(ReadableDataLocation dataFile,
int startindex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
EDI_PREFIX |
getLineType()
Returns the line type of the current line
|
boolean |
moveNext()
Moves the file pointer to the next line.
|
java.lang.String |
parseTextString()
Parses an EDI Text string by removing all the '?' escape characters and
removing all the ':' separator characters
|
close, copyToStream, getCurrentLine, getLineNumber, getNextLine, isBackLine, moveBackLine, resetReader
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, copyToStream, getCurrentLine, getLineNumber, getNextLine, isBackLine, moveBackLine, resetReader
public EDIReaderImpl(ReadableDataLocation dataFile)
public EDIReaderImpl(ReadableDataLocation dataFile, int startindex, int endIndex)
public EDI_PREFIX getLineType()
EDIReader
getLineType
in interface EDIReader
public boolean moveNext()
FileReader
moveNext
in interface FileReader
moveNext
in class FileReaderImpl
public java.lang.String parseTextString()
parseTextString
in interface EDIReader
inputString
-