All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class berkeley.cs.dmc.vrml.parser.ASCII_CharStream
java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.parser.ASCII_CharStream
  -  public final class ASCII_CharStream
  -  extends Object
An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing).
   
  -   bufpos bufpos
-  
  
-   staticFlag staticFlag
-  
   
  -   ASCII_CharStream(InputStream, int, int) ASCII_CharStream(InputStream, int, int)
-  
  
-   ASCII_CharStream(InputStream, int, int, int) ASCII_CharStream(InputStream, int, int, int)
-  
   
  -   adjustBeginLineColumn(int, int) adjustBeginLineColumn(int, int)
-   Method to adjust line and column numbers for the start of a token.
 
-   backup(int) backup(int)
-  
  
-   BeginToken() BeginToken()
-  
  
-   Done() Done()
-  
  
-   getBeginColumn() getBeginColumn()
-  
  
-   getBeginLine() getBeginLine()
-  
  
-   getColumn() getColumn()
-   
Deprecated.
  
-   getEndColumn() getEndColumn()
-  
  
-   getEndLine() getEndLine()
-  
  
-   GetImage() GetImage()
-  
  
-   getLine() getLine()
-   
Deprecated.
  
-   GetSuffix(int) GetSuffix(int)
-  
  
-   readChar() readChar()
-  
  
-   ReInit(InputStream, int, int) ReInit(InputStream, int, int)
-  
  
-   ReInit(InputStream, int, int, int) ReInit(InputStream, int, int, int)
-  
   
 staticFlag
staticFlag
 public static final boolean staticFlag
 bufpos
bufpos
 public int bufpos
   
 ASCII_CharStream
ASCII_CharStream
 public ASCII_CharStream(InputStream dstream,
                         int startline,
                         int startcolumn,
                         int buffersize)
 ASCII_CharStream
ASCII_CharStream
 public ASCII_CharStream(InputStream dstream,
                         int startline,
                         int startcolumn)
   
 BeginToken
BeginToken
 public final char BeginToken() throws IOException
 readChar
readChar
 public final char readChar() throws IOException
 getColumn
getColumn
 public final int getColumn()
-  Note: getColumn() is deprecated.
   
- 
    -  See Also:
    
-  getEndColumn
  
 
 getLine
getLine
 public final int getLine()
-  Note: getLine() is deprecated.
   
- 
    -  See Also:
    
-  getEndLine
  
 
 getEndColumn
getEndColumn
 public final int getEndColumn()
 getEndLine
getEndLine
 public final int getEndLine()
 getBeginColumn
getBeginColumn
 public final int getBeginColumn()
 getBeginLine
getBeginLine
 public final int getBeginLine()
 backup
backup
 public final void backup(int amount)
 ReInit
ReInit
 public void ReInit(InputStream dstream,
                    int startline,
                    int startcolumn,
                    int buffersize)
 ReInit
ReInit
 public void ReInit(InputStream dstream,
                    int startline,
                    int startcolumn)
 GetImage
GetImage
 public final String GetImage()
 GetSuffix
GetSuffix
 public final byte[] GetSuffix(int len)
 Done
Done
 public void Done()
 adjustBeginLineColumn
adjustBeginLineColumn
 public void adjustBeginLineColumn(int newLine,
                                   int newCol)
  -  Method to adjust line and column numbers for the start of a token.
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index