borland Packages  Class Hierarchy  datastore.jdbc Package 

ConvStream class

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

About the ConvStream 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.


ConvStream properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

ConvStream methods

Methods implemented in this class

Methods implemented in java.io.InputStream

Methods implemented in java.lang.Object


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

convertToString()

  public String convertToString()

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

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)