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
ReadAheadInputStream constructors
ReadAheadInputStream properties
*Read-only properties **Write-only properties
ReadAheadInputStream methods
Methods implemented in this class
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.