java.lang.Object
org.apache.jena.atlas.json.io.parser.TokenizerJSON
Tokenizer for all sorts of things JSON-ish
-
Constructor Details
-
TokenizerJSON
public TokenizerJSON(org.apache.jena.atlas.io.PeekReader reader)
-
-
Method Details
-
hasNext
public final boolean hasNext()Description copied from interface:Tokenizer
Is there another token? -
eof
public final boolean eof()Description copied from interface:Tokenizer
End of tokens? -
next
Move to next token -
peek
Description copied from interface:Tokenizer
Peek next token : null for no token. -
getColumn
public long getColumn() -
getLine
public long getLine() -
close
public void close()- Specified by:
close
in interfaceorg.apache.jena.atlas.lib.Closeable
-