public CharToByteISO8859_6() { super.mask1 = 0xFF00; super.mask2 = 0x00FF; super.shift = 8; super.index1 = nioCoder.getEncoderIndex1(); super.index2 = nioCoder.getEncoderIndex2(); }
public ByteToCharISO8859_6() { super.byteToCharTable = nioCoder.getDecoderSingleByteMappings(); }