org.jcae.viewer3d.fd.sd
Class StreamTokenizerExt

java.lang.Object
  extended by java.io.StreamTokenizer
      extended by org.jcae.viewer3d.fd.sd.StreamTokenizerExt

public class StreamTokenizerExt
extends java.io.StreamTokenizer


Field Summary
 
Fields inherited from class java.io.StreamTokenizer
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
 
Constructor Summary
StreamTokenizerExt(java.io.File f)
           
StreamTokenizerExt(java.io.Reader reader)
           
 
Method Summary
 boolean findLineInteger(int i)
           
 int nextToken()
           
 float readFloat()
           
 int readInteger()
           
 java.lang.String readLine()
           
 int readLineInteger()
           
 java.lang.String readWord()
           
 void readWord(java.lang.String s)
           
 int readWords(java.lang.String[] s)
           
 
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
 

Constructor Detail

StreamTokenizerExt

public StreamTokenizerExt(java.io.File f)
                   throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

StreamTokenizerExt

public StreamTokenizerExt(java.io.Reader reader)
Method Detail

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