tracer.expression
Class ExprStringBufferInputStream

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

public class ExprStringBufferInputStream
extends java.io.StringBufferInputStream

A string buffer input stream defined for expression type strings.


Fields inherited from class java.io.StringBufferInputStream
buffer, count, pos
 
Constructor Summary
ExprStringBufferInputStream(java.lang.String s)
          Construct a string buffer input stream for the specified string.
 
Method Summary
 int pos()
          Return current stream pointer position.
 
Methods inherited from class java.io.StringBufferInputStream
available, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprStringBufferInputStream

public ExprStringBufferInputStream(java.lang.String s)
Construct a string buffer input stream for the specified string.
Method Detail

pos

public int pos()
Return current stream pointer position.