borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.Packer
Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.