コード例 #1
0
ファイル: SIPUSH.java プロジェクト: java66liu/classlib6
 /** Read needed data (e.g. index) from file. */
 protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException {
   length = 3;
   b = bytes.readShort();
 }