StreamTokenizer.commentChar

StreamTokenizer.commentChar

Class Overview | Class Members | This Package | All Packages

Syntax
public void commentChar( int ch )
Parameters
ch
the character.
Description
Specified that the character argument starts a single-line comment. All characters from the comment character to the end of the line are ignored by this stream tokenizer.