borland Packages  Class Hierarchy  datastore.jdbc Package 

BlobStream class

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

About the BlobStream class

Properties  Methods  
Note: This is a feature of JBuilder Professional and Enterprise.

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 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 com.borland classes. You should never use this method directly.

Overrides: java.io.InputStream.available()

close()

  public void close()

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

Overrides: java.io.InputStream.close()

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[] b, int off, int len)

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)

skip(long)

  public long skip(long n)

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

Overrides: java.io.InputStream.skip(long)