borland Packages  Class Hierarchy  datastore Package 

StringEncoder component

java.lang.Object
   +----java.io.InputStream
           +----com.borland.datastore.StringEncoder

About the StringEncoder component

Constructors  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.


StringEncoder constructors

StringEncoder properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

StringEncoder methods

Methods implemented in this class

Methods implemented in java.io.InputStream

Methods implemented in java.lang.Object


StringEncoder constructors

StringEncoder()

  public StringEncoder()

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


StringEncoder methods

_available()

  public final int _available()

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

_read(byte[], int, int)

  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.

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

encode(java.lang.String, byte[], int, int, boolean)

  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.

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)