borland Packages Class Hierarchy datastore Package
java.lang.Object +----java.io.InputStream +----java.io.FilterInputStream +----com.borland.datastore.ReadAheadInputStream
Variables Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public ReadAheadInputStream(int readAheadSize)
This constructor is used internally by other com.borland
classes. You should never use this constructor directly.
public int read()
This method is used internally by other com.borland
classes. You should never use this method directly.
public int read(byte[] copyBuffer, int off, int len)
This method is used internally by other com.borland
classes. You should never use this method directly.
public void reset()
This method is used internally by other com.borland
classes. You should never use this method directly.
public final int setInputStream(InputStream in)
This method is used internally by other com.borland
classes. You should never use this method directly.