public class sun.io.CharToByteCp964 extends sun.io.CharToByteEUC
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteCp964
  super_class: sun.io.CharToByteEUC
{
  private static final sun.nio.cs.ext.IBM964 nioCoder;
    descriptor: Lsun/nio/cs/ext/IBM964;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new sun.nio.cs.ext.IBM964
            dup
            invokespecial sun.nio.cs.ext.IBM964.<init>:()V
            putstatic sun.io.CharToByteCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp964 this
         0: .line 43
            ldc "Cp964"
            areturn
        end local 0 // sun.io.CharToByteCp964 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp964;

  public int getMaxBytesPerChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp964 this
         0: .line 47
            iconst_4
            ireturn
        end local 0 // sun.io.CharToByteCp964 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp964;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp964 this
         0: .line 52
            aload 0 /* this */
            invokespecial sun.io.CharToByteEUC.<init>:()V
         1: .line 53
            aload 0 /* this */
            ldc 65472
            putfield sun.io.CharToByteEUC.mask1:I
         2: .line 54
            aload 0 /* this */
            bipush 63
            putfield sun.io.CharToByteEUC.mask2:I
         3: .line 55
            aload 0 /* this */
            bipush 6
            putfield sun.io.CharToByteEUC.shift:I
         4: .line 56
            aload 0 /* this */
            getstatic sun.io.CharToByteCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getEncoderIndex1:()[S
            putfield sun.io.CharToByteEUC.index1:[S
         5: .line 57
            aload 0 /* this */
            getstatic sun.io.CharToByteCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getEncoderIndex2:()Ljava/lang/String;
            putfield sun.io.CharToByteEUC.index2:Ljava/lang/String;
         6: .line 58
            aload 0 /* this */
            getstatic sun.io.CharToByteCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getEncoderIndex2a:()Ljava/lang/String;
            putfield sun.io.CharToByteEUC.index2a:Ljava/lang/String;
         7: .line 59
            aload 0 /* this */
            getstatic sun.io.CharToByteCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getEncoderIndex2b:()Ljava/lang/String;
            putfield sun.io.CharToByteEUC.index2b:Ljava/lang/String;
         8: .line 60
            aload 0 /* this */
            getstatic sun.io.CharToByteCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getEncoderIndex2c:()Ljava/lang/String;
            putfield sun.io.CharToByteEUC.index2c:Ljava/lang/String;
         9: .line 61
            return
        end local 0 // sun.io.CharToByteCp964 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/io/CharToByteCp964;
}
SourceFile: "CharToByteCp964.java"