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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lsun/nio/cs/ext/SimpleEUCEncoder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.nio.cs.ext.SimpleEUCEncoder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 56
            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 51
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
         2: .line 52
            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 57
            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 68
            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 70
            iload 2 /* index */
            sipush 7500
            if_icmpge 4
         2: .line 71
            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 73
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            sipush 15000
            if_icmpge 8
         5: .line 74
            iinc 2 /* index */ -7500
         6: .line 75
            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 76
            goto 14
        end local 3 // java.lang.String theChars
         8: .line 78
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            sipush 22500
            if_icmpge 12
         9: .line 79
            iinc 2 /* index */ -15000
        10: .line 80
            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 81
            goto 14
        end local 3 // java.lang.String theChars
        12: .line 83
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ -22500
        13: .line 84
            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 87
      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 88
            aload 3 /* theChars */
            iconst_2
            iload 2 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            ifeq 17
        16: .line 89
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 93
      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 97
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 3 /* sa */
        start local 3 // char[] sa
         1: .line 98
            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 99
            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 100
            getstatic sun.nio.cs.ext.SimpleEUCEncoder.$assertionsDisabled:Z
            ifne 4
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmple 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 101
      StackMap locals: char[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmpgt 5
            iload 4 /* sp */
            goto 6
      StackMap locals:
      StackMap stack:
         5: iload 5 /* sl */
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* sp */
         7: .line 102
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 6 /* da */
        start local 6 // byte[] da
         8: .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
         9: .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
        10: .line 105
            getstatic sun.nio.cs.ext.SimpleEUCEncoder.$assertionsDisabled:Z
            ifne 11
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmple 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 106
      StackMap locals: byte[] int int
      StackMap stack:
            iload 7 /* dp */
            iload 8 /* dl */
            if_icmpgt 12
            iload 7 /* dp */
            goto 13
      StackMap locals:
      StackMap stack:
        12: iload 8 /* dl */
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* dp */
        14: .line 113
            goto 84
        15: .line 114
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 12 /* allZeroes */
        start local 12 // boolean allZeroes
        16: .line 115
            aload 3 /* sa */
            iload 4 /* sp */
            caload
            istore 13 /* inputChar */
        start local 13 // char inputChar
        17: .line 116
            iload 13 /* inputChar */
            invokestatic sun.nio.cs.Surrogate.is:(I)Z
            ifeq 27
        18: .line 117
            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 23
        19: .line 118
            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
        20: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        21: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        22: .line 118
            aload 18
            areturn
        23: .line 119
      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
        24: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        25: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        26: .line 119
            aload 18
            areturn
        27: .line 122
      StackMap locals:
      StackMap stack:
            iload 13 /* inputChar */
            ldc 65534
            if_icmplt 32
        28: .line 123
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 18
        29: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        30: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        31: .line 123
            aload 18
            areturn
        32: .line 129
      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
        33: .line 131
            iload 9 /* index */
            sipush 7500
            if_icmpge 36
        34: .line 132
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        35: goto 46
        end local 14 // java.lang.String theChars
        36: .line 133
      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 40
        37: .line 134
            iinc 9 /* index */ -7500
        38: .line 135
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2a:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        39: .line 136
            goto 46
        end local 14 // java.lang.String theChars
      StackMap locals:
      StackMap stack:
        40: iload 9 /* index */
            sipush 22500
            if_icmpge 44
        41: .line 137
            iinc 9 /* index */ -15000
        42: .line 138
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2b:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        43: .line 139
            goto 46
        end local 14 // java.lang.String theChars
        44: .line 141
      StackMap locals:
      StackMap stack:
            iinc 9 /* index */ -22500
        45: .line 142
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.index2c:Ljava/lang/String;
            astore 14 /* theChars */
        start local 14 // java.lang.String theChars
        46: .line 145
      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
        47: .line 146
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_0
            iload 15 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        48: .line 147
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_1
            iload 15 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        49: .line 148
            aload 14 /* theChars */
            iconst_2
            iload 9 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 15 /* aChar */
        50: .line 149
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_2
            iload 15 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        51: .line 150
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_3
            iload 15 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        52: .line 152
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        53: goto 58
        54: .line 153
      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 57
        55: .line 154
            iconst_0
            istore 12 /* allZeroes */
        56: .line 155
            goto 59
        57: .line 152
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 11 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            if_icmplt 54
        59: .line 159
      StackMap locals:
      StackMap stack:
            iload 12 /* allZeroes */
            ifeq 64
            iload 13 /* inputChar */
            ifeq 64
        60: .line 160
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 18
        61: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        62: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        63: .line 160
            aload 18
            areturn
        64: .line 163
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 16 /* oindex */
        start local 16 // int oindex
        65: .line 165
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        66: .line 166
            goto 70
        67: .line 167
      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 69
        68: .line 168
            goto 72
        69: .line 166
      StackMap locals:
      StackMap stack:
            iinc 10 /* spaceNeeded */ -1
      StackMap locals:
      StackMap stack:
        70: iload 10 /* spaceNeeded */
            iconst_1
        71: .line 165
            if_icmpgt 67
        72: .line 171
      StackMap locals:
      StackMap stack:
            iload 7 /* dp */
            iload 10 /* spaceNeeded */
            iadd
            iload 8 /* dl */
            if_icmple 77
        73: .line 172
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 18
        74: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        75: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        76: .line 172
            aload 18
            areturn
        77: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            iload 10 /* spaceNeeded */
            isub
            istore 11 /* i */
        78: .line 175
            goto 81
        79: .line 176
      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
        80: .line 175
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        81: iload 11 /* i */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
        82: .line 174
            if_icmplt 79
        83: .line 178
            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
        84: .line 113
      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 15
        85: .line 180
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 18
        86: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        87: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        88: .line 180
            aload 18
            areturn
        89: .line 181
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 17
        90: .line 182
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        91: .line 183
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        92: .line 184
            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   93     0         this  Lsun/nio/cs/ext/SimpleEUCEncoder;
            0   93     1          src  Ljava/nio/CharBuffer;
            0   93     2          dst  Ljava/nio/ByteBuffer;
            1   93     3           sa  [C
            2   93     4           sp  I
            3   93     5           sl  I
            8   93     6           da  [B
            9   93     7           dp  I
           10   93     8           dl  I
           33   84     9        index  I
           66   84    10  spaceNeeded  I
           53   84    11            i  I
           16   84    12    allZeroes  Z
           17   84    13    inputChar  C
           35   36    14     theChars  Ljava/lang/String;
           39   40    14     theChars  Ljava/lang/String;
           43   44    14     theChars  Ljava/lang/String;
           46   84    14     theChars  Ljava/lang/String;
           47   84    15        aChar  C
           65   84    16       oindex  I
      Exception table:
        from    to  target  type
          14    20      89  any
          23    24      89  any
          27    29      89  any
          32    61      89  any
          64    74      89  any
          77    86      89  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 191
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.position:()I
            istore 6 /* mark */
        start local 6 // int mark
         1: .line 193
            goto 66
         2: .line 194
      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 195
            iconst_1
            istore 8 /* allZeroes */
        start local 8 // boolean allZeroes
         4: .line 196
            iload 7 /* inputChar */
            invokestatic sun.nio.cs.Surrogate.is:(I)Z
            ifeq 12
         5: .line 197
            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 198
            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 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
         8: .line 198
            aload 13
            areturn
         9: .line 199
      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 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        11: .line 199
            aload 13
            areturn
        12: .line 202
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 65534
            if_icmplt 16
        13: .line 203
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 13
        14: .line 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        15: .line 203
            aload 13
            areturn
        16: .line 209
      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 211
            iload 3 /* index */
            sipush 7500
            if_icmpge 20
        18: .line 212
            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 213
      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 214
            iinc 3 /* index */ -7500
        22: .line 215
            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 216
            goto 30
        end local 9 // java.lang.String theChars
      StackMap locals:
      StackMap stack:
        24: iload 3 /* index */
            sipush 22500
            if_icmpge 28
        25: .line 217
            iinc 3 /* index */ -15000
        26: .line 218
            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 219
            goto 30
        end local 9 // java.lang.String theChars
        28: .line 221
      StackMap locals:
      StackMap stack:
            iinc 3 /* index */ -22500
        29: .line 222
            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 225
      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 226
            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 227
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_1
            iload 10 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        33: .line 228
            aload 9 /* theChars */
            iconst_2
            iload 3 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 10 /* aChar */
        34: .line 229
            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 230
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            iconst_3
            iload 10 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        36: .line 232
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        37: goto 42
        38: .line 233
      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 234
            iconst_0
            istore 8 /* allZeroes */
        40: .line 235
            goto 43
        41: .line 232
      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 238
      StackMap locals:
      StackMap stack:
            iload 8 /* allZeroes */
            ifeq 47
            iload 7 /* inputChar */
            ifeq 47
        44: .line 239
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 13
        45: .line 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        46: .line 239
            aload 13
            areturn
        47: .line 242
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* oindex */
        start local 11 // int oindex
        48: .line 244
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.outputByte:[B
            arraylength
            istore 4 /* spaceNeeded */
        start local 4 // int spaceNeeded
        49: .line 245
            goto 53
        50: .line 246
      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 247
            goto 55
        52: .line 245
      StackMap locals:
      StackMap stack:
            iinc 4 /* spaceNeeded */ -1
      StackMap locals:
      StackMap stack:
        53: iload 4 /* spaceNeeded */
            iconst_1
        54: .line 244
            if_icmpgt 50
        55: .line 249
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 4 /* spaceNeeded */
            if_icmpge 59
        56: .line 250
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 13
        57: .line 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        58: .line 250
            aload 13
            areturn
        59: .line 252
      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 253
            goto 63
        61: .line 254
      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 253
            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 252
            if_icmplt 61
        65: .line 256
            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 193
      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 258
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 13
        68: .line 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        69: .line 258
            aload 13
            areturn
        70: .line 259
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        71: .line 260
            aload 1 /* src */
            iload 6 /* mark */
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            pop
        72: .line 261
            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 265
            aload 1 /* src */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
         1: .line 266
            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 268
      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 272
            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 273
            iload 1 /* inputChar */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SimpleEUCEncoder.mask2:I
            iand
            iadd
         2: .line 272
            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