borland Packages Class Hierarchy datastore Package
java.lang.Object +----java.io.InputStream +----com.borland.datastore.StringEncoder
Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public StringEncoder()
This constructor is used internally by other com.borland
classes. You should never use this constructor directly.
public final int _available()
This method is used internally by other com.borland
classes. You should never use this method directly.
public final 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.
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 final boolean encode(String source, byte[] dest, int destOff, int maxBytes, boolean nullTerm)
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)