borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----java.io.InputStream +----com.borland.datastore.jdbc.ConvStream
Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
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()
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()
public String convertToString()
This method is used internally by other com.borland
classes. You should never use this method directly.
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()
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)
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)