public class sun.io.ByteToCharJohab extends sun.io.ByteToCharDoubleByte
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharJohab
  super_class: sun.io.ByteToCharDoubleByte
{
  private static final sun.nio.cs.ext.Johab nioCoder;
    descriptor: Lsun/nio/cs/ext/Johab;
    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 39
            new sun.nio.cs.ext.Johab
            dup
            invokespecial sun.nio.cs.ext.Johab.<init>:()V
            putstatic sun.io.ByteToCharJohab.nioCoder:Lsun/nio/cs/ext/Johab;
            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.ByteToCharJohab this
         0: .line 42
            ldc "Johab"
            areturn
        end local 0 // sun.io.ByteToCharJohab this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharJohab;

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