Package java.io
Class StreamTokenizer
StreamTokenizer(InputStream i)
StreamTokenizer(Reader r)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor StreamTokenizer(InputStream i):
This method constructs a stream tokenizer that parses the specified input stream. The stream tokenizer is initialized to the following default state:
constructor StreamTokenizer(Reader r):
Constructs a tokenizer that parses the given character stream.