borland Packages  Class Hierarchy  datastore Package 

BlobStream class (abstract)

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

About the BlobStream class

Properties  Methods  
This class is used internally by other com.borland classes. You should never use this class directly.

BlobStream properties

*Read-only properties **Write-only properties

Properties implemented in this class

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 properties

open

 public boolean isOpen()
This property is used internally by other com.borland classes. You should never use this property directly.

BlobStream methods

available()

  public int available()
This method is used internally by other com.borland classes. 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 com.borland classes. You should never use this method directly.

Overrides: java.io.InputStream.mark(int)

markSupported()

  public boolean markSupported()
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: java.io.InputStream.markSupported()

read()

  public int read()
This method is used internally by other com.borland classes. 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 com.borland classes. 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 com.borland classes. 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 com.borland classes. You should never use this method directly.