public class sun.io.ByteToCharCp935 extends sun.io.ByteToCharDBCS_EBCDIC
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharCp935
  super_class: sun.io.ByteToCharDBCS_EBCDIC
{
  private static sun.nio.cs.ext.IBM935 nioCoder;
    descriptor: Lsun/nio/cs/ext/IBM935;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  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.IBM935
            dup
            invokespecial sun.nio.cs.ext.IBM935.<init>:()V
            putstatic sun.io.ByteToCharCp935.nioCoder:Lsun/nio/cs/ext/IBM935;
            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.ByteToCharCp935 this
         0: .line 43
            ldc "Cp935"
            areturn
        end local 0 // sun.io.ByteToCharCp935 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharCp935;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharCp935 this
         0: .line 48
            aload 0 /* this */
            invokespecial sun.io.ByteToCharDBCS_EBCDIC.<init>:()V
         1: .line 49
            aload 0 /* this */
            ldc 65472
            putfield sun.io.ByteToCharDBCS_EBCDIC.mask1:I
         2: .line 50
            aload 0 /* this */
            bipush 63
            putfield sun.io.ByteToCharDBCS_EBCDIC.mask2:I
         3: .line 51
            aload 0 /* this */
            bipush 6
            putfield sun.io.ByteToCharDBCS_EBCDIC.shift:I
         4: .line 52
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp935.nioCoder:Lsun/nio/cs/ext/IBM935;
            invokevirtual sun.nio.cs.ext.IBM935.getDecoderByteToCharMappings:()Ljava/lang/String;
            putfield sun.io.ByteToCharDBCS_EBCDIC.singleByteToChar:Ljava/lang/String;
         5: .line 53
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp935.nioCoder:Lsun/nio/cs/ext/IBM935;
            invokevirtual sun.nio.cs.ext.IBM935.getDecoderIndex1:()[S
            putfield sun.io.ByteToCharDBCS_EBCDIC.index1:[S
         6: .line 54
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp935.nioCoder:Lsun/nio/cs/ext/IBM935;
            invokevirtual sun.nio.cs.ext.IBM935.getDecoderIndex2:()Ljava/lang/String;
            putfield sun.io.ByteToCharDBCS_EBCDIC.index2:Ljava/lang/String;
         7: .line 55
            return
        end local 0 // sun.io.ByteToCharCp935 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/ByteToCharCp935;
}
SourceFile: "ByteToCharCp935.java"