abstract class sun.io.ByteToCharGB18030DB extends sun.io.ByteToCharDoubleByte
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharGB18030DB
  super_class: sun.io.ByteToCharDoubleByte
{
  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.ByteToCharGB18030DB this
         0: .line 43
            ldc "ByteToCharGB18030DB"
            areturn
        end local 0 // sun.io.ByteToCharGB18030DB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharGB18030DB;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.io.ByteToCharGB18030DB this
         0: .line 46
            aload 0 /* this */
            invokespecial sun.io.ByteToCharDoubleByte.<init>:()V
         1: .line 47
            new sun.nio.cs.ext.GB18030
            dup
            invokespecial sun.nio.cs.ext.GB18030.<init>:()V
            astore 1 /* nioCoder */
        start local 1 // sun.nio.cs.ext.GB18030 nioCoder
         2: .line 48
            aload 0 /* this */
            aload 1 /* nioCoder */
            invokevirtual sun.nio.cs.ext.GB18030.getSubDecoderIndex1:()[S
            putfield sun.io.ByteToCharDoubleByte.index1:[S
         3: .line 49
            aload 0 /* this */
            aload 1 /* nioCoder */
            invokevirtual sun.nio.cs.ext.GB18030.getSubDecoderIndex2:()[Ljava/lang/String;
            putfield sun.io.ByteToCharDoubleByte.index2:[Ljava/lang/String;
         4: .line 50
            aload 0 /* this */
            bipush 64
            putfield sun.io.ByteToCharGB18030DB.start:I
         5: .line 51
            aload 0 /* this */
            sipush 254
            putfield sun.io.ByteToCharGB18030DB.end:I
         6: .line 52
            return
        end local 1 // sun.nio.cs.ext.GB18030 nioCoder
        end local 0 // sun.io.ByteToCharGB18030DB this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/io/ByteToCharGB18030DB;
            2    7     1  nioCoder  Lsun/nio/cs/ext/GB18030;
}
SourceFile: "ByteToCharGB18030DB.java"