public class sun.io.CharToByteCp834 extends sun.io.CharToByteCp933
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteCp834
  super_class: sun.io.CharToByteCp933
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp834 this
         0: .line 34
            aload 0 /* this */
            invokespecial sun.io.CharToByteCp933.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush -2
            bastore
            dup
            iconst_1
            bipush -2
            bastore
            putfield sun.io.CharToByteCp834.subBytes:[B
         2: .line 36
            return
        end local 0 // sun.io.CharToByteCp834 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteCp834;

  protected boolean doSBCS();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp834 this
         0: .line 39
            iconst_0
            ireturn
        end local 0 // sun.io.CharToByteCp834 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp834;

  protected int encodeHangul(char);
    descriptor: (C)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.io.CharToByteCp834 this
        start local 1 // char ch
         0: .line 43
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.io.CharToByteCp933.encodeHangul:(C)I
            istore 2 /* theBytes */
        start local 2 // int theBytes
         1: .line 44
            iload 2 /* theBytes */
            iconst_m1
            if_icmpne 14
         2: .line 47
            iload 1 /* ch */
            sipush 183
            if_icmpne 4
         3: .line 48
            sipush 16707
            ireturn
         4: .line 49
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            sipush 173
            if_icmpne 6
         5: .line 50
            sipush 16712
            ireturn
         6: .line 51
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 8213
            if_icmpne 8
         7: .line 52
            sipush 16713
            ireturn
         8: .line 53
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 8764
            if_icmpne 10
         9: .line 54
            sipush 17057
            ireturn
        10: .line 55
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 65374
            if_icmpne 12
        11: .line 56
            sipush 18772
            ireturn
        12: .line 57
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 8857
            if_icmpne 16
        13: .line 58
            sipush 18799
            ireturn
        14: .line 60
      StackMap locals:
      StackMap stack:
            iload 2 /* theBytes */
            ldc 65280
            iand
            bipush 8
            ishr
            ifne 16
        15: .line 62
            iconst_m1
            ireturn
        16: .line 64
      StackMap locals:
      StackMap stack:
            iload 2 /* theBytes */
            ireturn
        end local 2 // int theBytes
        end local 1 // char ch
        end local 0 // sun.io.CharToByteCp834 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lsun/io/CharToByteCp834;
            0   17     1        ch  C
            1   17     2  theBytes  I
    MethodParameters:
      Name  Flags
      ch    

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

  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.CharToByteCp834 this
         0: .line 72
            ldc "Cp834"
            areturn
        end local 0 // sun.io.CharToByteCp834 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp834;
}
SourceFile: "CharToByteCp834.java"