borland Packages Class Hierarchy datastore Package Index
java.lang.Object +----java.io.InputStream +----borland.datastore.BlobStream +----borland.datastore.FileStream
Properties MethodsThis class is used internally by other classes in the JBCL. You should never use this class directly.
public int available()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.io.InputStream.available()
public void mark(int readLimit)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.io.InputStream.mark(int)
public boolean markSupported()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.io.InputStream.markSupported()
public int read()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.io.InputStream.read()
public int read(byte[] destBuf, int offset, int length)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.io.InputStream.read(byte[], int, int)
public void reset()This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: java.io.InputStream.reset()
public void seek(int position)This method is used internally by other classes in the JBCL. You should never use this method directly.