|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.StreamTokenizer
com.sun.j3d.loaders.objectfile.ObjectFileParser
class ObjectFileParser
| Field Summary | |
|---|---|
private static char |
BACKSLASH
|
| Fields inherited from class java.io.StreamTokenizer |
|---|
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype |
| Constructor Summary | |
|---|---|
ObjectFileParser(java.io.Reader r)
|
|
| Method Summary | |
|---|---|
(package private) void |
getNumber()
getNumber Gets a number from the stream. |
(package private) void |
getToken()
getToken Gets the next token from the stream. |
(package private) void |
printToken()
|
(package private) void |
setup()
setup Sets up StreamTokenizer for reading ViewPoint .obj file format. |
(package private) void |
skipToNextLine()
skipToNextLine Skips all tokens on the rest of this line. |
| Methods inherited from class java.io.StreamTokenizer |
|---|
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, 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 |
| Field Detail |
|---|
private static final char BACKSLASH
| Constructor Detail |
|---|
ObjectFileParser(java.io.Reader r)
| Method Detail |
|---|
void setup()
void getToken()
throws ParsingErrorException
ParsingErrorExceptionvoid printToken()
void skipToNextLine()
throws ParsingErrorException
ParsingErrorException
void getNumber()
throws ParsingErrorException
ParsingErrorException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||