public abstract class sun.nio.cs.ext.SimpleEUCEncoder extends java.nio.charset.CharsetEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.nio.cs.ext.SimpleEUCEncoder
  super_class: java.nio.charset.CharsetEncoder
{
  protected short[] index1;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String index2;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String index2a;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String index2b;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String index2c;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected int mask1;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mask2;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int shift;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private byte[] outputByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private final sun.nio.cs.Surrogate$Parser sgp;
    descriptor: Lsun/nio/cs/Surrogate$Parser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 57
            aload 0 /* this */
            aload 1 /* cs */
            ldc 3.0
            ldc 4.0
            invokespecial java.nio.charset.CharsetEncoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 52
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
         2: .line 53
            aload 0 /* this */
            new sun.nio.cs.Surrogate$Parser
            dup
            invokespecial sun.nio.cs.Surrogate$Parser.<init>:()V
            putfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
         3: .line 58
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0    4     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public boolean canEncode(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
        start local 1 // char ch
         0: .line 69
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index1:[S
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.shift:I
            ishr
            saload
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask2:I
            iand
            iadd
            istore 2 /* index */
        start local 2 // int index
         1: .line 71
            iload 2 /* index */
            sipush 7500
            if_icmpge 4
         2: .line 72
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
         3: goto 14
        end local 3 // java.lang.String theChars
         4: .line 74
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            sipush 15000
            if_icmpge 8
         5: .line 75
            iinc 2 /* index */ -7500
         6: .line 76
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2a:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
         7: .line 77
            goto 14
        end local 3 // java.lang.String theChars
         8: .line 79
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            sipush 22500
            if_icmpge 12
         9: .line 80
            iinc 2 /* index */ -15000
        10: .line 81
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2b:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
        11: .line 82
            goto 14
        end local 3 // java.lang.String theChars
        12: .line 84
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ -22500
        13: .line 85
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2c:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
        14: .line 88
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* theChars */
            iconst_2
            iload 2 /* index */
            imul
            invokevirtual java.lang.String.charAt:(I)C
            ifne 16
        15: .line 89
            aload 3 /* theChars */
            iconst_2
            iload 2 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            ifeq 17
        16: .line 90
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 94
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ifne 18
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        18: iconst_0
            ireturn
        end local 3 // java.lang.String theChars
        end local 2 // int index
        end local 1 // char ch
        end local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0   19     1        ch  C
            1   19     2     index  I
            3    4     3  theChars  Ljava/lang/String;
            7    8     3  theChars  Ljava/lang/String;
           11   12     3  theChars  Ljava/lang/String;
           14   19     3  theChars  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      ch    

  private java.nio.charset.CoderResult encodeArrayLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=19, args_size=3
        start local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 98
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 3 /* sa */
        start local 3 // char[] sa
         1: .line 99
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 4 /* sp */
        start local 4 // int sp
         2: .line 100
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 5 /* sl */
        start local 5 // int sl
         3: .line 102
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 6 /* da */
        start local 6 // byte[] da
         4: .line 103
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 7 /* dp */
        start local 7 // int dp
         5: .line 104
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 8 /* dl */
        start local 8 // int dl
         6: .line 111
            goto 76
         7: .line 112
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int byte[] int int
      StackMap stack:
            iconst_1
            istore 12 /* allZeroes */
        start local 12 // boolean allZeroes
         8: .line 113
            aload 3 /* sa */
            iload 4 /* sp */
            caload
            istore 13 /* inputChar */
        start local 13 // char inputChar
         9: .line 114
            iload 13 /* inputChar */
            invokestatic java.lang.Character.isSurrogate:(C)Z
            ifeq 19
        10: .line 115
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            iload 13 /* inputChar */
            aload 3 /* sa */
            iload 4 /* sp */
            iload 5 /* sl */
            invokevirtual sun.nio.cs.Surrogate$Parser.parse:(C[CII)I
            ifge 15
        11: .line 116
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.error:()Ljava/nio/charset/CoderResult;
            astore 18
        12: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        13: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        14: .line 116
            aload 18
            areturn
        15: .line 117
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int byte[] int int top top top int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.unmappableResult:()Ljava/nio/charset/CoderResult;
            astore 18
        16: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        17: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        18: .line 117
            aload 18
            areturn
        19: .line 120
      StackMap locals:
      StackMap stack:
            iload 13 /* inputChar */
            ldc 65534
            if_icmplt 24
        20: .line 121
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 18
        21: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        22: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        23: .line 121
            aload 18
            areturn
        24: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index1:[S
            iload 13 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.shift:I
            ishr
            saload
            iload 13 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask2:I
            iand
            iadd
            istore 9 /* index */
        start local 9 // int index
        25: .line 129
            iload 9 /* index */
            sipush 7500
            if_icmpge 28
        26: .line 130
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        27: goto 38
        end local 14 // java.lang.String theChars
        28: .line 131
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int byte[] int int int top top int int
      StackMap stack:
            iload 9 /* index */
            sipush 15000
            if_icmpge 32
        29: .line 132
            iinc 9 /* index */ -7500
        30: .line 133
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2a:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        31: .line 134
            goto 38
        end local 14 // java.lang.String theChars
      StackMap locals:
      StackMap stack:
        32: iload 9 /* index */
            sipush 22500
            if_icmpge 36
        33: .line 135
            iinc 9 /* index */ -15000
        34: .line 136
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2b:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        35: .line 137
            goto 38
        end local 14 // java.lang.String theChars
        36: .line 139
      StackMap locals:
      StackMap stack:
            iinc 9 /* index */ -22500
        37: .line 140
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2c:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        38: .line 143
      StackMap locals: java.lang.String
      StackMap stack:
            aload 14 /* theChars */
            iconst_2
            iload 9 /* index */
            imul
            invokevirtual java.lang.String.charAt:(I)C
            istore 15 /* aChar */
        start local 15 // char aChar
        39: .line 144
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_0
            iload 15 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        40: .line 145
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_1
            iload 15 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        41: .line 146
            aload 14 /* theChars */
            iconst_2
            iload 9 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 15 /* aChar */
        42: .line 147
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_2
            iload 15 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        43: .line 148
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_3
            iload 15 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        44: .line 150
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        45: goto 50
        46: .line 151
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int byte[] int int int top int int int java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iload 11 /* i */
            baload
            ifeq 49
        47: .line 152
            iconst_0
            istore 12 /* allZeroes */
        48: .line 153
            goto 51
        49: .line 150
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 11 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            if_icmplt 46
        51: .line 157
      StackMap locals:
      StackMap stack:
            iload 12 /* allZeroes */
            ifeq 56
            iload 13 /* inputChar */
            ifeq 56
        52: .line 158
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 18
        53: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        54: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        55: .line 158
            aload 18
            areturn
        56: .line 161
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 16 /* oindex */
        start local 16 // int oindex
        57: .line 163
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        58: .line 164
            goto 62
        59: .line 165
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int byte[] int int int int int int int java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iload 16 /* oindex */
            iinc 16 /* oindex */ 1
            baload
            ifeq 61
        60: .line 166
            goto 64
        61: .line 164
      StackMap locals:
      StackMap stack:
            iinc 10 /* spaceNeeded */ -1
      StackMap locals:
      StackMap stack:
        62: iload 10 /* spaceNeeded */
            iconst_1
        63: .line 163
            if_icmpgt 59
        64: .line 169
      StackMap locals:
      StackMap stack:
            iload 7 /* dp */
            iload 10 /* spaceNeeded */
            iadd
            iload 8 /* dl */
            if_icmple 69
        65: .line 170
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 18
        66: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        67: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        68: .line 170
            aload 18
            areturn
        69: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            iload 10 /* spaceNeeded */
            isub
            istore 11 /* i */
        70: .line 173
            goto 73
        71: .line 174
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iload 11 /* i */
            baload
            bastore
        72: .line 173
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 11 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
        74: .line 172
            if_icmplt 71
        75: .line 176
            iinc 4 /* sp */ 1
        end local 16 // int oindex
        end local 15 // char aChar
        end local 14 // java.lang.String theChars
        end local 13 // char inputChar
        end local 12 // boolean allZeroes
        end local 11 // int i
        end local 10 // int spaceNeeded
        end local 9 // int index
        76: .line 111
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer char[] int int byte[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmplt 7
        77: .line 178
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 18
        78: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        79: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        80: .line 178
            aload 18
            areturn
        81: .line 179
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 17
        82: .line 180
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        83: .line 181
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        84: .line 182
            aload 17
            athrow
        end local 8 // int dl
        end local 7 // int dp
        end local 6 // byte[] da
        end local 5 // int sl
        end local 4 // int sp
        end local 3 // char[] sa
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   85     0         this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0   85     1          src  Ljava/nio/CharBuffer;
            0   85     2          dst  Ljava/nio/ByteBuffer;
            1   85     3           sa  [C
            2   85     4           sp  I
            3   85     5           sl  I
            4   85     6           da  [B
            5   85     7           dp  I
            6   85     8           dl  I
           25   76     9        index  I
           58   76    10  spaceNeeded  I
           45   76    11            i  I
            8   76    12    allZeroes  Z
            9   76    13    inputChar  C
           27   28    14     theChars  Ljava/lang/String;
           31   32    14     theChars  Ljava/lang/String;
           35   36    14     theChars  Ljava/lang/String;
           38   76    14     theChars  Ljava/lang/String;
           39   76    15        aChar  C
           57   76    16       oindex  I
      Exception table:
        from    to  target  type
           6    12      81  any
          15    16      81  any
          19    21      81  any
          24    53      81  any
          56    66      81  any
          69    78      81  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  private java.nio.charset.CoderResult encodeBufferLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=3
        start local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 189
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 6 /* mark */
        start local 6 // int mark
         1: .line 191
            goto 66
         2: .line 192
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer top top top int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.get:()C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         3: .line 193
            iconst_1
            istore 8 /* allZeroes */
        start local 8 // boolean allZeroes
         4: .line 194
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isSurrogate:(C)Z
            ifeq 12
         5: .line 195
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            iload 7 /* inputChar */
            aload 1 /* src */
            invokevirtual sun.nio.cs.Surrogate$Parser.parse:(CLjava/nio/CharBuffer;)I
            ifge 9
         6: .line 196
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.error:()Ljava/nio/charset/CoderResult;
            astore 13
         7: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
         8: .line 196
            aload 13
            areturn
         9: .line 197
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.sgp:Lsun/nio/cs/Surrogate$Parser;
            invokevirtual sun.nio.cs.Surrogate$Parser.unmappableResult:()Ljava/nio/charset/CoderResult;
            astore 13
        10: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        11: .line 197
            aload 13
            areturn
        12: .line 200
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 65534
            if_icmplt 16
        13: .line 201
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 13
        14: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        15: .line 201
            aload 13
            areturn
        16: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index1:[S
            iload 7 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.shift:I
            ishr
            saload
            iload 7 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask2:I
            iand
            iadd
            istore 3 /* index */
        start local 3 // int index
        17: .line 209
            iload 3 /* index */
            sipush 7500
            if_icmpge 20
        18: .line 210
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2:Ljava/lang/String;
            astore 9 /* theChars */
        start local 9 // java.lang.String theChars
        19: goto 30
        end local 9 // java.lang.String theChars
        20: .line 211
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer int top top int int int
      StackMap stack:
            iload 3 /* index */
            sipush 15000
            if_icmpge 24
        21: .line 212
            iinc 3 /* index */ -7500
        22: .line 213
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2a:Ljava/lang/String;
            astore 9 /* theChars */
        start local 9 // java.lang.String theChars
        23: .line 214
            goto 30
        end local 9 // java.lang.String theChars
      StackMap locals:
      StackMap stack:
        24: iload 3 /* index */
            sipush 22500
            if_icmpge 28
        25: .line 215
            iinc 3 /* index */ -15000
        26: .line 216
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2b:Ljava/lang/String;
            astore 9 /* theChars */
        start local 9 // java.lang.String theChars
        27: .line 217
            goto 30
        end local 9 // java.lang.String theChars
        28: .line 219
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ -22500
        29: .line 220
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2c:Ljava/lang/String;
            astore 9 /* theChars */
        start local 9 // java.lang.String theChars
        30: .line 223
      StackMap locals: java.lang.String
      StackMap stack:
            aload 9 /* theChars */
            iconst_2
            iload 3 /* index */
            imul
            invokevirtual java.lang.String.charAt:(I)C
            istore 10 /* aChar */
        start local 10 // char aChar
        31: .line 224
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_0
            iload 10 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        32: .line 225
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_1
            iload 10 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        33: .line 226
            aload 9 /* theChars */
            iconst_2
            iload 3 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 10 /* aChar */
        34: .line 227
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_2
            iload 10 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        35: .line 228
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_3
            iload 10 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        36: .line 230
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        37: goto 42
        38: .line 231
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer int top int int int int java.lang.String int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iload 5 /* i */
            baload
            ifeq 41
        39: .line 232
            iconst_0
            istore 8 /* allZeroes */
        40: .line 233
            goto 43
        41: .line 230
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 5 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            if_icmplt 38
        43: .line 236
      StackMap locals:
      StackMap stack:
            iload 8 /* allZeroes */
            ifeq 47
            iload 7 /* inputChar */
            ifeq 47
        44: .line 237
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 13
        45: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        46: .line 237
            aload 13
            areturn
        47: .line 240
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* oindex */
        start local 11 // int oindex
        48: .line 242
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            istore 4 /* spaceNeeded */
        start local 4 // int spaceNeeded
        49: .line 243
            goto 53
        50: .line 244
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer int int int int int int java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iload 11 /* oindex */
            iinc 11 /* oindex */ 1
            baload
            ifeq 52
        51: .line 245
            goto 55
        52: .line 243
      StackMap locals:
      StackMap stack:
            iinc 4 /* spaceNeeded */ -1
      StackMap locals:
      StackMap stack:
        53: iload 4 /* spaceNeeded */
            iconst_1
        54: .line 242
            if_icmpgt 50
        55: .line 247
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 4 /* spaceNeeded */
            if_icmpge 59
        56: .line 248
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 13
        57: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        58: .line 248
            aload 13
            areturn
        59: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            iload 4 /* spaceNeeded */
            isub
            istore 5 /* i */
        60: .line 251
            goto 63
        61: .line 252
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iload 5 /* i */
            baload
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        62: .line 251
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        63: iload 5 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
        64: .line 250
            if_icmplt 61
        65: .line 254
            iinc 6 /* mark */ 1
        end local 11 // int oindex
        end local 10 // char aChar
        end local 9 // java.lang.String theChars
        end local 8 // boolean allZeroes
        end local 7 // char inputChar
        end local 5 // int i
        end local 4 // int spaceNeeded
        end local 3 // int index
        66: .line 191
      StackMap locals: sun.nio.cs.ext.SimpleEUCEncoder java.nio.CharBuffer java.nio.ByteBuffer top top top int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 2
        67: .line 256
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 13
        68: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        69: .line 256
            aload 13
            areturn
        70: .line 257
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        71: .line 258
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        72: .line 259
            aload 12
            athrow
        end local 6 // int mark
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   73     0         this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0   73     1          src  Ljava/nio/CharBuffer;
            0   73     2          dst  Ljava/nio/ByteBuffer;
           17   66     3        index  I
           49   66     4  spaceNeeded  I
           37   66     5            i  I
            1   73     6         mark  I
            3   66     7    inputChar  C
            4   66     8    allZeroes  Z
           19   20     9     theChars  Ljava/lang/String;
           23   24     9     theChars  Ljava/lang/String;
           27   28     9     theChars  Ljava/lang/String;
           30   66     9     theChars  Ljava/lang/String;
           31   66    10        aChar  C
           48   66    11       oindex  I
      Exception table:
        from    to  target  type
           1     7      70  any
           9    10      70  any
          12    14      70  any
          16    45      70  any
          47    57      70  any
          59    68      70  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected java.nio.charset.CoderResult encodeLoop(java.nio.CharBuffer, java.nio.ByteBuffer);
    descriptor: (Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
        start local 1 // java.nio.CharBuffer src
        start local 2 // java.nio.ByteBuffer dst
         0: .line 263
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
         1: .line 264
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.SimpleEUCEncoder.encodeArrayLoop:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.SimpleEUCEncoder.encodeBufferLoop:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.ByteBuffer dst
        end local 1 // java.nio.CharBuffer src
        end local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0    3     1   src  Ljava/nio/CharBuffer;
            0    3     2   dst  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public byte encode(char);
    descriptor: (C)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
        start local 1 // char inputChar
         0: .line 270
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index1:[S
            iload 1 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask1:I
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.shift:I
            ishr
            saload
         1: .line 271
            iload 1 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask2:I
            iand
            iadd
         2: .line 270
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            ireturn
        end local 1 // char inputChar
        end local 0 // sun.nio.cs.ext.SimpleEUCEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0    3     1  inputChar  C
    MethodParameters:
           Name  Flags
      inputChar  
}
SourceFile: "SimpleEUCEncoder.java"
InnerClasses:
  public Parser = sun.nio.cs.Surrogate$Parser of sun.nio.cs.Surrogate