borland Packages  Class Hierarchy  datastore Package 

Packer class

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

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


Packer properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Packer methods

Methods implemented in this class

Methods implemented in java.lang.Object


Packer methods

getBlobHeaderLength(byte[], int)

  public static final int getBlobHeaderLength(byte[] buffer, int off)

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

getBlobLength(byte[], int)

  public static final int getBlobLength(byte[] buffer, int off)

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

packAsciiInt(byte[], int, int, boolean)

  public static final int packAsciiInt(byte[] buf, int offset, int iVal, boolean compact)

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

packAsciiLong(byte[], int, long, boolean)

  public static final int packAsciiLong(byte[] buf, int offset, long lVal, boolean compact)

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

packAsciiShort(byte[], int, int, boolean)

  public static final int packAsciiShort(byte[] buf, int offset, int sVal, boolean compact)

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

packBigDecimal(byte[], int, java.math.BigDecimal, int, int, int, boolean)

  public static final int packBigDecimal(byte[] buf, int offset, BigDecimal bd, int maxWidth, int precision, int scale, boolean compact)

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

packDouble(byte[], int, double, boolean)

  public static final int packDouble(byte[] buf, int offset, double dValue, boolean forIndex)

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

packFloat(byte[], int, float, boolean)

  public static final int packFloat(byte[] buf, int offset, float fValue, boolean forIndex)

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

packInt(byte[], int, int)

  public static final void packInt(byte[] buf, int offset, int iVal)

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

packShort(byte[], int, int)

  public static final void packShort(byte[] buf, int offset, int iVal)

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

unpackAsciiInt(byte[], int)

  public static final int unpackAsciiInt(byte[] buf, int offset)

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

unpackAsciiLong(byte[], int)

  public static final long unpackAsciiLong(byte[] buf, int offset)

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

unpackAsciiShort(byte[], int)

  public static final short unpackAsciiShort(byte[] buf, int offset)

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

unpackBigDecimal(byte[], int)

  public static final BigDecimal unpackBigDecimal(byte[] buf, int offset)

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

unpackDouble(byte[], int)

  public static final double unpackDouble(byte[] buf, int offset)

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

unpackFloat(byte[], int)

  public static final float unpackFloat(byte[] buf, int offset)

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

unpackInt(byte[], int)

  public static final int unpackInt(byte[] buf, int offset)

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

unpackShort(byte[], int)

  public static final short unpackShort(byte[] buf, int offset)

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