クラス
com.JRcServer.commons.resource.BufferedBinResource の使用

BufferedBinResource を使用しているパッケージ
com.JRcServer.commons.resource ��������T�|�[�g���܂�. 
 

com.JRcServer.commons.resource での BufferedBinResource の使用
 

BufferedBinResource 型のパラメータを持つ com.JRcServer.commons.resource のメソッド
static void ConvertResourceParam.convertBoolean(BufferedBinResource out, int offset, boolean value)
          コンバート処理.
static boolean ConvertResourceParam.convertBoolean(int off, BufferedBinResource binary)
          コンバート処理.
static void ConvertResourceParam.convertByte(BufferedBinResource out, int offset, byte value)
          コンバート処理.
static byte ConvertResourceParam.convertByte(int off, BufferedBinResource binary)
          コンバート処理.
static void ConvertResourceParam.convertChar(BufferedBinResource out, int offset, char value)
          コンバート処理.
static char ConvertResourceParam.convertChar(int off, BufferedBinResource binary)
          コンバート処理.
static int ConvertResourceParam.convertDecimal(BufferedBinResource out, int offset, java.math.BigDecimal value)
          コンバート処理.
static java.math.BigDecimal ConvertResourceParam.convertDecimal(int off, int length, BufferedBinResource binary)
          コンバート処理.
static int ConvertResourceParam.convertDouble(BufferedBinResource out, int offset, double value)
          コンバート処理.
static double ConvertResourceParam.convertDouble(int off, int length, BufferedBinResource binary)
          コンバート処理.
static int ConvertResourceParam.convertFloat(BufferedBinResource out, int offset, float value)
          コンバート処理.
static float ConvertResourceParam.convertFloat(int off, int length, BufferedBinResource binary)
          コンバート処理.
static java.lang.String ConvertResourceParam.convertFloatBinaryByString(int off, BufferedBinResource binary)
          小数点バイナリ情報を文字列に変換.
static void ConvertResourceParam.convertInt(BufferedBinResource out, int offset, int value)
          コンバート処理.
static int ConvertResourceParam.convertInt(int off, BufferedBinResource binary)
          コンバート処理.
static void ConvertResourceParam.convertLong(BufferedBinResource out, int offset, long value)
          コンバート処理.
static long ConvertResourceParam.convertLong(int off, BufferedBinResource binary)
          コンバート処理.
static void ConvertResourceParam.convertShort(BufferedBinResource out, int offset, short value)
          コンバート処理.
static short ConvertResourceParam.convertShort(int off, BufferedBinResource binary)
          コンバート処理.
static int ConvertResourceParam.convertString(BufferedBinResource out, int offset, java.lang.String value, java.lang.String charset)
          コンバート処理.
static java.lang.String ConvertResourceParam.convertString(int off, int length, BufferedBinResource binary, java.lang.String charset)
          コンバート処理.