borland Packages  Class Hierarchy  datastore Package 

StringDecoder class

java.lang.Object
   +----com.borland.datastore.StringDecoder

About the StringDecoder class

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.


StringDecoder constructors

StringDecoder properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

StringDecoder methods

Methods implemented in this class

Methods implemented in java.lang.Object


StringDecoder constructors

StringDecoder(boolean)

  public StringDecoder(boolean nullTerminated)

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


StringDecoder properties

decodedString

 public final String getDecodedString()

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


StringDecoder methods

decode(byte[], int, int)

  public boolean decode(byte[] buf, int bufOff, int maxBytes)

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

initDecoder()

  public void initDecoder()

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