|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.VrmlCharStream
public final class VrmlCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Field Summary | |
---|---|
int |
bufpos
Description of the Field |
static boolean |
staticFlag
Description of the Field |
Constructor Summary | |
---|---|
VrmlCharStream(InputStream dstream,
int startline,
int startcolumn)
Constructor for the VrmlCharStream object |
|
VrmlCharStream(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
Constructor for the VrmlCharStream object |
|
VrmlCharStream(Reader dstream,
int startline,
int startcolumn)
Constructor for the VrmlCharStream object |
|
VrmlCharStream(Reader dstream,
int startline,
int startcolumn,
int buffersize)
Constructor for the VrmlCharStream object |
Method Summary | |
---|---|
void |
adjustBeginLineColumn(int newLine,
int newCol)
Method to adjust line and column numbers for the start of a token. |
void |
backup(int amount)
Description of the Method |
char |
BeginToken()
Description of the Method |
void |
Done()
Description of the Method |
int |
getBeginColumn()
Gets the beginColumn attribute of the VrmlCharStream object |
int |
getBeginLine()
Gets the beginLine attribute of the VrmlCharStream object |
int |
getColumn()
Deprecated. |
int |
getEndColumn()
Gets the endColumn attribute of the VrmlCharStream object |
int |
getEndLine()
Gets the endLine attribute of the VrmlCharStream object |
String |
GetImage()
Description of the Method |
int |
getLine()
Deprecated. |
char[] |
GetSuffix(int len)
Description of the Method |
char |
readChar()
Description of the Method |
void |
ReInit(InputStream dstream,
int startline,
int startcolumn)
Description of the Method |
void |
ReInit(InputStream dstream,
int startline,
int startcolumn,
int buffersize)
Description of the Method |
void |
ReInit(Reader dstream,
int startline,
int startcolumn)
Description of the Method |
void |
ReInit(Reader dstream,
int startline,
int startcolumn,
int buffersize)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean staticFlag
public int bufpos
Constructor Detail |
---|
public VrmlCharStream(Reader dstream, int startline, int startcolumn, int buffersize)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterbuffersize
- Description of the Parameterpublic VrmlCharStream(Reader dstream, int startline, int startcolumn)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterpublic VrmlCharStream(InputStream dstream, int startline, int startcolumn, int buffersize)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterbuffersize
- Description of the Parameterpublic VrmlCharStream(InputStream dstream, int startline, int startcolumn)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the ParameterMethod Detail |
---|
public final char BeginToken() throws IOException
IOException
- Description of the Exceptionpublic final char readChar() throws IOException
IOException
- Description of the Exceptionpublic final int getColumn()
getEndColumn()
public final int getLine()
getEndLine()
public final int getEndColumn()
public final int getEndLine()
public final int getBeginColumn()
public final int getBeginLine()
public final void backup(int amount)
amount
- Description of the Parameterpublic void ReInit(Reader dstream, int startline, int startcolumn, int buffersize)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterbuffersize
- Description of the Parameterpublic void ReInit(Reader dstream, int startline, int startcolumn)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterpublic void ReInit(InputStream dstream, int startline, int startcolumn, int buffersize)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterbuffersize
- Description of the Parameterpublic void ReInit(InputStream dstream, int startline, int startcolumn)
dstream
- Description of the Parameterstartline
- Description of the Parameterstartcolumn
- Description of the Parameterpublic final String GetImage()
public final char[] GetSuffix(int len)
len
- Description of the Parameter
public void Done()
public void adjustBeginLineColumn(int newLine, int newCol)
newLine
- Description of the ParameternewCol
- Description of the Parameter
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |