borland Packages  Class Hierarchy  datastore Package  Index 

BlobStream class (abstract)

java.lang.Object
   +----java.io.InputStream
           +----borland.datastore.BlobStream
                   +----borland.datastore.FileStream

About the BlobStream class

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

BlobStream properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

BlobStream methods

Methods implemented in this class

Methods implemented in java.io.InputStream

Methods implemented in java.lang.Object


BlobStream methods

available()

  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()

mark(int)

  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)

markSupported()

  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()

read()

  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()

read(byte[], int, int)

  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)

reset()

  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()

seek(int)

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