borland Packages  Class Hierarchy  datastore Package  Index 

ReadAheadInputStream class

java.lang.Object
   +----java.io.InputStream
           +----java.io.FilterInputStream
                   +----borland.datastore.ReadAheadInputStream

About the ReadAheadInputStream class

Variables  Constructors  Properties  Methods  
This class is used internally by other classes in the JBCL. You should never use this class directly.

ReadAheadInputStream variables

Variables implemented in java.io.FilterInputStream

ReadAheadInputStream constructors

ReadAheadInputStream properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

ReadAheadInputStream methods

Methods implemented in this class

Methods implemented in java.io.FilterInputStream

Methods implemented in java.lang.Object


ReadAheadInputStream constructors

ReadAheadInputStream(int)

  public ReadAheadInputStream(int readAheadSize)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

ReadAheadInputStream methods

read()

  public int read()
This method is used internally by other classes in the JBCL. You should never use this method directly.

read(byte[], int, int)

  public int read(byte[] copyBuffer, int off, int len)
This method is used internally by other classes in the JBCL. You should never use this method directly.

reset()

  public void reset()
This method is used internally by other classes in the JBCL. You should never use this method directly.

setInputStream(java.io.InputStream)

  public final int setInputStream(java.io.InputStream in)
This method is used internally by other classes in the JBCL. You should never use this method directly.