public abstract class sun.io.CharToByteDoubleByte extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.CharToByteDoubleByte
  super_class: sun.io.CharToByteConverter
{
  protected short[] index1;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

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

  protected char highHalfZoneCode;
    descriptor: C
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteDoubleByte this
         0: .line 32
            aload 0 /* this */
            invokespecial sun.io.CharToByteConverter.<init>:()V
            return
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteDoubleByte;

  public short[] getIndex1();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteDoubleByte this
         0: .line 47
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.index1:[S
            areturn
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteDoubleByte;

  public java.lang.String[] getIndex2();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteDoubleByte this
         0: .line 51
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.index2:[Ljava/lang/String;
            areturn
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteDoubleByte;

  public int flush(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.io.CharToByteDoubleByte this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 57
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
            ifeq 4
         1: .line 58
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
         2: .line 59
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
         3: .line 60
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteDoubleByte.charOff:I
            putfield sun.io.CharToByteDoubleByte.byteOff:I
         5: .line 63
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/CharToByteDoubleByte;
            0    6     1    output  [B
            0    6     2  outStart  I
            0    6     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  public int convert(char[], int, int, byte[], int, int);
    descriptor: ([CII[BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=7
        start local 0 // sun.io.CharToByteDoubleByte this
        start local 1 // char[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // byte[] output
        start local 5 // int outOff
        start local 6 // int outEnd
         0: .line 87
            iconst_0
            istore 9 /* inputSize */
        start local 9 // int inputSize
         1: .line 88
            iconst_0
            istore 10 /* outputSize */
        start local 10 // int outputSize
         2: .line 89
            iconst_2
            newarray 8
            astore 11 /* tmpbuf */
        start local 11 // byte[] tmpbuf
         3: .line 92
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteDoubleByte.charOff:I
         4: .line 93
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteDoubleByte.byteOff:I
         5: .line 95
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
            ifeq 56
         6: .line 96
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         7: .line 97
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
         8: .line 98
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 56320
            if_icmplt 11
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 57343
            if_icmpgt 11
         9: .line 100
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
        10: .line 101
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        11: .line 104
      StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int int top int int byte[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
        12: .line 105
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        end local 7 // char inputChar
        13: .line 111
      StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int top top int int byte[]
      StackMap stack:
            iconst_1
            istore 9 /* inputSize */
        14: .line 112
            aload 11 /* tmpbuf */
            astore 8 /* outputByte */
        start local 8 // byte[] outputByte
        15: .line 113
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
        16: .line 116
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 31
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 31
        17: .line 118
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.charOff:I
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmplt 20
        18: .line 119
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
        19: .line 120
            goto 57
        20: .line 124
      StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int int byte[] int int byte[]
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.charOff:I
            iconst_1
            iadd
            caload
            istore 7 /* inputChar */
        21: .line 125
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 29
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 29
        22: .line 128
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.subMode:Z
            ifeq 27
        23: .line 129
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.subBytes:[B
            astore 8 /* outputByte */
        24: .line 130
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        25: .line 131
            iconst_2
            istore 9 /* inputSize */
        26: .line 132
            goto 48
        27: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
        28: .line 134
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        29: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
        30: .line 139
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        31: .line 143
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 34
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 34
        32: .line 144
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
        33: .line 145
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        34: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputChar */
            aload 8 /* outputByte */
            invokevirtual sun.io.CharToByteDoubleByte.convSingleByte:(C[B)I
            istore 10 /* outputSize */
        35: .line 148
            iload 10 /* outputSize */
            ifne 48
        36: .line 149
            aload 0 /* this */
            iload 7 /* inputChar */
            invokevirtual sun.io.CharToByteDoubleByte.getNative:(C)I
            istore 12 /* ncode */
        start local 12 // int ncode
        37: .line 150
            iload 12 /* ncode */
            ifeq 42
        38: .line 151
            aload 8 /* outputByte */
            iconst_0
            iload 12 /* ncode */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        39: .line 152
            aload 8 /* outputByte */
            iconst_1
            iload 12 /* ncode */
            sipush 255
            iand
            i2b
            bastore
        40: .line 153
            iconst_2
            istore 10 /* outputSize */
        41: .line 154
            goto 48
        42: .line 155
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.subMode:Z
            ifeq 46
        43: .line 156
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.subBytes:[B
            astore 8 /* outputByte */
        44: .line 157
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        45: .line 158
            goto 48
        46: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDoubleByte.badInputLength:I
        47: .line 160
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        end local 12 // int ncode
        48: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.byteOff:I
            iload 10 /* outputSize */
            iadd
            iload 6 /* outEnd */
            if_icmple 50
        49: .line 168
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        50: .line 171
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        51: goto 54
        52: .line 172
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDoubleByte.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDoubleByte.byteOff:I
            aload 8 /* outputByte */
            iload 12 /* i */
            baload
            bastore
        53: .line 171
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        54: iload 12 /* i */
            iload 10 /* outputSize */
            if_icmplt 52
        end local 12 // int i
        55: .line 174
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDoubleByte.charOff:I
            iload 9 /* inputSize */
            iadd
            putfield sun.io.CharToByteDoubleByte.charOff:I
        end local 8 // byte[] outputByte
        end local 7 // char inputChar
        56: .line 110
      StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int top top int int byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.charOff:I
            iload 3 /* inEnd */
            if_icmplt 13
        57: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.byteOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 11 // byte[] tmpbuf
        end local 10 // int outputSize
        end local 9 // int inputSize
        end local 6 // int outEnd
        end local 5 // int outOff
        end local 4 // byte[] output
        end local 3 // int inEnd
        end local 2 // int inOff
        end local 1 // char[] input
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   58     0        this  Lsun/io/CharToByteDoubleByte;
            0   58     1       input  [C
            0   58     2       inOff  I
            0   58     3       inEnd  I
            0   58     4      output  [B
            0   58     5      outOff  I
            0   58     6      outEnd  I
            7   13     7   inputChar  C
           16   56     7   inputChar  C
           15   56     8  outputByte  [B
            1   58     9   inputSize  I
            2   58    10  outputSize  I
            3   58    11      tmpbuf  [B
           37   48    12       ncode  I
           51   55    12           i  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

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

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.CharToByteDoubleByte this
         0: .line 194
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteDoubleByte.charOff:I
            putfield sun.io.CharToByteDoubleByte.byteOff:I
         1: .line 195
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
         2: .line 196
            return
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteDoubleByte;

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.io.CharToByteDoubleByte this
        start local 1 // char ch
         0: .line 203
            iconst_2
            newarray 8
            astore 2 /* outByte */
        start local 2 // byte[] outByte
         1: .line 205
            iload 1 /* ch */
            ifeq 2
            aload 0 /* this */
            iload 1 /* ch */
            aload 2 /* outByte */
            invokevirtual sun.io.CharToByteDoubleByte.convSingleByte:(C[B)I
            ifeq 3
         2: .line 206
      StackMap locals: byte[]
      StackMap stack:
            iconst_1
            ireturn
         3: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual sun.io.CharToByteDoubleByte.getNative:(C)I
            ifeq 5
         4: .line 208
            iconst_1
            ireturn
         5: .line 209
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // byte[] outByte
        end local 1 // char ch
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lsun/io/CharToByteDoubleByte;
            0    6     1       ch  C
            1    6     2  outByte  [B
    MethodParameters:
      Name  Flags
      ch    

  protected int convSingleByte(char, byte[]);
    descriptor: (C[B)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.io.CharToByteDoubleByte this
        start local 1 // char inputChar
        start local 2 // byte[] outputByte
         0: .line 217
            iload 1 /* inputChar */
            sipush 128
            if_icmpge 3
         1: .line 218
            aload 2 /* outputByte */
            iconst_0
            iload 1 /* inputChar */
            bipush 127
            iand
            i2b
            bastore
         2: .line 219
            iconst_1
            ireturn
         3: .line 221
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // byte[] outputByte
        end local 1 // char inputChar
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/io/CharToByteDoubleByte;
            0    4     1   inputChar  C
            0    4     2  outputByte  [B
    MethodParameters:
            Name  Flags
      inputChar   
      outputByte  

  protected int getNative(char);
    descriptor: (C)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.io.CharToByteDoubleByte this
        start local 1 // char ch
         0: .line 228
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.index1:[S
            iload 1 /* ch */
            ldc 65280
            iand
            bipush 8
            ishr
            saload
            bipush 8
            ishl
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 229
            aload 0 /* this */
            getfield sun.io.CharToByteDoubleByte.index2:[Ljava/lang/String;
            iload 2 /* offset */
            bipush 12
            ishr
            aaload
            iload 2 /* offset */
            sipush 4095
            iand
            iload 1 /* ch */
            sipush 255
            iand
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 2 // int offset
        end local 1 // char ch
        end local 0 // sun.io.CharToByteDoubleByte this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/io/CharToByteDoubleByte;
            0    2     1      ch  C
            1    2     2  offset  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteDoubleByte.java"