class ObjectFileParser
extends java.io.StreamTokenizer
| Modifier and Type | Field and Description |
|---|---|
private static char |
BACKSLASH |
| Constructor and Description |
|---|
ObjectFileParser(java.io.Reader r) |
| Modifier and Type | Method and Description |
|---|---|
(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.
|
private static final char BACKSLASH
void setup()
void getToken()
throws ParsingErrorException
ParsingErrorExceptionvoid printToken()
void skipToNextLine()
throws ParsingErrorException
ParsingErrorExceptionvoid getNumber()
throws ParsingErrorException
ParsingErrorExceptionCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.