org.jcae.viewer3d.fd.sd
Class StreamTokenizerExt
java.lang.Object
java.io.StreamTokenizer
org.jcae.viewer3d.fd.sd.StreamTokenizerExt
public class StreamTokenizerExt
- extends java.io.StreamTokenizer
| Fields inherited from class java.io.StreamTokenizer |
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype |
| Methods inherited from class java.io.StreamTokenizer |
commentChar, eolIsSignificant, lineno, lowerCaseMode, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, toString, whitespaceChars, wordChars |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StreamTokenizerExt
public StreamTokenizerExt(java.io.File f)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
StreamTokenizerExt
public StreamTokenizerExt(java.io.Reader reader)
readLine
public java.lang.String readLine()
throws java.io.IOException
- Throws:
java.io.IOException
nextToken
public int nextToken()
throws java.io.IOException
- Overrides:
nextToken in class java.io.StreamTokenizer
- Throws:
java.io.IOException
readFloat
public float readFloat()
throws java.io.IOException
- Throws:
java.io.IOException
readInteger
public int readInteger()
throws java.io.IOException
- Throws:
java.io.IOException
readLineInteger
public int readLineInteger()
throws java.io.IOException
- Throws:
java.io.IOException
readWord
public java.lang.String readWord()
throws java.lang.Exception
- Throws:
java.lang.Exception
readWord
public void readWord(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
readWords
public int readWords(java.lang.String[] s)
throws java.lang.Exception
- Throws:
java.lang.Exception
findLineInteger
public boolean findLineInteger(int i)
throws java.io.IOException
- Throws:
java.io.IOException