| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.VrmlCharStream
VrmlCharStream | final public class VrmlCharStream (Code) | | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Constructor Summary | |
public | VrmlCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize) | public | VrmlCharStream(java.io.Reader dstream, int startline, int startcolumn) | public | VrmlCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) | public | VrmlCharStream(java.io.InputStream dstream, int startline, int startcolumn) |
Method Summary | |
final public char | BeginToken() | public void | Done() | final public String | GetImage() | final public char[] | GetSuffix(int len) | public void | ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize) | public void | ReInit(java.io.Reader dstream, int startline, int startcolumn) | public void | ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize) | public void | ReInit(java.io.InputStream dstream, int startline, int startcolumn) | public void | adjustBeginLineColumn(int newLine, int newCol) | final public void | backup(int amount) | final public int | getBeginColumn() | final public int | getBeginLine() | final public int | getColumn() | final public int | getEndColumn() | final public int | getEndLine() | final public int | getLine() | final public char | readChar() |
bufpos | public int bufpos(Code) | | Description of the Field
|
staticFlag | final public static boolean staticFlag(Code) | | Description of the Field
|
tokenBegin | int tokenBegin(Code) | | |
VrmlCharStream | public VrmlCharStream(java.io.Reader dstream, int startline, int startcolumn, int buffersize)(Code) | | Constructor for the VrmlCharStream object
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter Parameters: buffersize - Description of the Parameter |
VrmlCharStream | public VrmlCharStream(java.io.Reader dstream, int startline, int startcolumn)(Code) | | Constructor for the VrmlCharStream object
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter |
VrmlCharStream | public VrmlCharStream(java.io.InputStream dstream, int startline, int startcolumn, int buffersize)(Code) | | Constructor for the VrmlCharStream object
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter Parameters: buffersize - Description of the Parameter |
VrmlCharStream | public VrmlCharStream(java.io.InputStream dstream, int startline, int startcolumn)(Code) | | Constructor for the VrmlCharStream object
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter |
Done | public void Done()(Code) | | Description of the Method
|
GetImage | final public String GetImage()(Code) | | Description of the Method
Description of the Return Value |
GetSuffix | final public char[] GetSuffix(int len)(Code) | | Description of the Method
Parameters: len - Description of the Parameter Description of the Return Value |
ReInit | public void ReInit(java.io.Reader dstream, int startline, int startcolumn, int buffersize)(Code) | | Description of the Method
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter Parameters: buffersize - Description of the Parameter |
ReInit | public void ReInit(java.io.Reader dstream, int startline, int startcolumn)(Code) | | Description of the Method
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter |
ReInit | public void ReInit(java.io.InputStream dstream, int startline, int startcolumn, int buffersize)(Code) | | Description of the Method
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter Parameters: buffersize - Description of the Parameter |
ReInit | public void ReInit(java.io.InputStream dstream, int startline, int startcolumn)(Code) | | Description of the Method
Parameters: dstream - Description of the Parameter Parameters: startline - Description of the Parameter Parameters: startcolumn - Description of the Parameter |
adjustBeginLineColumn | public void adjustBeginLineColumn(int newLine, int newCol)(Code) | | Method to adjust line and column numbers for the start of a token.
Parameters: newLine - Description of the Parameter Parameters: newCol - Description of the Parameter |
backup | final public void backup(int amount)(Code) | | Description of the Method
Parameters: amount - Description of the Parameter |
getBeginColumn | final public int getBeginColumn()(Code) | | Gets the beginColumn attribute of the VrmlCharStream object
The beginColumn value |
getBeginLine | final public int getBeginLine()(Code) | | Gets the beginLine attribute of the VrmlCharStream object
The beginLine value |
getEndColumn | final public int getEndColumn()(Code) | | Gets the endColumn attribute of the VrmlCharStream object
The endColumn value |
getEndLine | final public int getEndLine()(Code) | | Gets the endLine attribute of the VrmlCharStream object
The endLine value |
|
|