Package com.teamten.tex
Class TexTokenizer
java.lang.Object
com.teamten.tex.TexTokenizer
Returns TeX-like tokens from an input stream.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
next()
Return the next token in the stream, or -1 on end of file.
-
Constructor Details
-
TexTokenizer
- Throws:
IOException
-
-
Method Details
-
next
Return the next token in the stream, or -1 on end of file.- Throws:
IOException
-