- java.lang.Object
-
- io.xlate.edi.internal.stream.tokenization.Lexer
-
public class Lexer extends Object
-
-
Constructor Summary
Constructors Constructor Description Lexer(InputStream stream, EventHandler handler, StaEDIStreamLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialectgetDialect()voidparse()voidsetBinaryLength(long binaryLength)
-
-
-
Constructor Detail
-
Lexer
public Lexer(InputStream stream, EventHandler handler, StaEDIStreamLocation location)
-
-
Method Detail
-
getDialect
public Dialect getDialect()
-
setBinaryLength
public void setBinaryLength(long binaryLength)
-
parse
public void parse() throws IOException, EDIException- Throws:
IOExceptionEDIException
-
-