コード例 #1
0
 public CharToByteISO8859_6() {
   super.mask1 = 0xFF00;
   super.mask2 = 0x00FF;
   super.shift = 8;
   super.index1 = nioCoder.getEncoderIndex1();
   super.index2 = nioCoder.getEncoderIndex2();
 }
コード例 #2
0
 public ByteToCharISO8859_6() {
   super.byteToCharTable = nioCoder.getDecoderSingleByteMappings();
 }