Class expression.ExprStringBufferInputStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class expression.ExprStringBufferInputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----java.io.StringBufferInputStream
                   |
                   +----expression.ExprStringBufferInputStream

public class ExprStringBufferInputStream
extends StringBufferInputStream
A string buffer input stream defined for expression type strings.

Constructor Index

 o ExprStringBufferInputStream(String)
Construct a string buffer input stream for the specified string.

Method Index

 o pos()
Return current stream pointer position.

Constructors

 o ExprStringBufferInputStream
  public ExprStringBufferInputStream(String s)
Construct a string buffer input stream for the specified string.

Methods

 o pos
  public int pos()
Return current stream pointer position.

All Packages  Class Hierarchy  This Package  Previous  Next  Index