Method wordChars(int low, int hi)
Return type: void
Member of: java.io.StreamTokenizer
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 streamTokenizer.wordChars(0,255);
2 streamTokenizer.wordChars(0,255);
3 tok.wordChars(33, 255);
4 tok.wordChars(95, 95);
5 tok.wordChars(33, 255);
6 tokenizer.wordChars(0, 255);
7 input.wordChars(32, 126);
8 st.wordChars(33, 128);
9 tokenizer.wordChars(0, 255);
10 st.wordChars(48, 122);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.