public class sun.nio.cs.ext.IBM834$Encoder extends sun.nio.cs.ext.IBM933$Encoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.ext.IBM834$Encoder
  super_class: sun.nio.cs.ext.IBM933$Encoder
{
  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM834$Encoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 70
            aload 0 /* this */
            aload 1 /* cs */
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush -2
            bastore
            dup
            iconst_1
            bipush -2
            bastore
            iconst_0
            invokespecial sun.nio.cs.ext.IBM933$Encoder.<init>:(Ljava/nio/charset/Charset;[BZ)V
         1: .line 71
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.IBM834$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/IBM834$Encoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected java.nio.charset.CoderResult implFlush(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM834$Encoder this
        start local 1 // java.nio.ByteBuffer out
         0: .line 74
            aload 0 /* this */
            invokevirtual sun.nio.cs.ext.IBM834$Encoder.implReset:()V
         1: .line 75
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.ByteBuffer out
        end local 0 // sun.nio.cs.ext.IBM834$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/IBM834$Encoder;
            0    2     1   out  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      out   

  protected byte[] encodeHangul(char);
    descriptor: (C)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.nio.cs.ext.IBM834$Encoder this
        start local 1 // char ch
         0: .line 79
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.nio.cs.ext.IBM933$Encoder.encodeHangul:(C)[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         1: .line 80
            aload 2 /* bytes */
            arraylength
            ifne 14
         2: .line 83
            iload 1 /* ch */
            sipush 183
            if_icmpne 4
         3: .line 84
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 65
            bastore
            dup
            iconst_1
            bipush 67
            bastore
            areturn
         4: .line 85
      StackMap locals: byte[]
      StackMap stack:
            iload 1 /* ch */
            sipush 173
            if_icmpne 6
         5: .line 86
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 65
            bastore
            dup
            iconst_1
            bipush 72
            bastore
            areturn
         6: .line 87
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 8213
            if_icmpne 8
         7: .line 88
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 65
            bastore
            dup
            iconst_1
            bipush 73
            bastore
            areturn
         8: .line 89
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 8764
            if_icmpne 10
         9: .line 90
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 66
            bastore
            dup
            iconst_1
            bipush -95
            bastore
            areturn
        10: .line 91
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 65374
            if_icmpne 12
        11: .line 92
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 73
            bastore
            dup
            iconst_1
            bipush 84
            bastore
            areturn
        12: .line 93
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 8857
            if_icmpne 16
        13: .line 94
            iconst_2
            newarray 8
            dup
            iconst_0
            bipush 73
            bastore
            dup
            iconst_1
            bipush 111
            bastore
            areturn
        14: .line 96
      StackMap locals:
      StackMap stack:
            aload 2 /* bytes */
            iconst_0
            baload
            ifne 16
        15: .line 97
            getstatic sun.nio.cs.ext.IBM834$Encoder.EMPTYBA:[B
            areturn
        16: .line 99
      StackMap locals:
      StackMap stack:
            aload 2 /* bytes */
            areturn
        end local 2 // byte[] bytes
        end local 1 // char ch
        end local 0 // sun.nio.cs.ext.IBM834$Encoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lsun/nio/cs/ext/IBM834$Encoder;
            0   17     1     ch  C
            1   17     2  bytes  [B
    MethodParameters:
      Name  Flags
      ch    

  public boolean canEncode(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM834$Encoder this
        start local 1 // char ch
         0: .line 103
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual sun.nio.cs.ext.IBM834$Encoder.encodeHangul:(C)[B
            arraylength
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char ch
        end local 0 // sun.nio.cs.ext.IBM834$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/IBM834$Encoder;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public boolean isLegalReplacement(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM834$Encoder this
        start local 1 // byte[] repl
         0: .line 107
            aload 1 /* repl */
            arraylength
            iconst_2
            if_icmpne 3
         1: .line 108
            aload 1 /* repl */
            iconst_0
            baload
            bipush -2
            if_icmpne 3
            aload 1 /* repl */
            iconst_1
            baload
            bipush -2
            if_icmpne 3
         2: .line 109
            iconst_1
            ireturn
         3: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* repl */
            invokespecial sun.nio.cs.ext.IBM933$Encoder.isLegalReplacement:([B)Z
            ireturn
        end local 1 // byte[] repl
        end local 0 // sun.nio.cs.ext.IBM834$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ext/IBM834$Encoder;
            0    4     1  repl  [B
    MethodParameters:
      Name  Flags
      repl  
}
SourceFile: "IBM834.java"
NestHost: sun.nio.cs.ext.IBM834
InnerClasses:
  protected Encoder = sun.nio.cs.ext.IBM834$Encoder of sun.nio.cs.ext.IBM834
  protected Encoder = sun.nio.cs.ext.IBM933$Encoder of sun.nio.cs.ext.IBM933