public class sun.io.CharToByteISO8859_1 extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteISO8859_1
  super_class: sun.io.CharToByteConverter
{
  private char highHalfZoneCode;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

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

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteISO8859_1 this
         0: .line 32
            ldc "ISO8859_1"
            areturn
        end local 0 // sun.io.CharToByteISO8859_1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISO8859_1;

  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.CharToByteISO8859_1 this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 40
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.highHalfZoneCode:C
            ifeq 5
         1: .line 41
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteISO8859_1.highHalfZoneCode:C
         2: .line 42
            new sun.io.MalformedInputException
            dup
         3: .line 43
            ldc "String ends with <High Half Zone code> of UTF16"
         4: .line 42
            invokespecial sun.io.MalformedInputException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteISO8859_1.charOff:I
            putfield sun.io.CharToByteISO8859_1.byteOff:I
         6: .line 46
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteISO8859_1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/io/CharToByteISO8859_1;
            0    7     1    output  [B
            0    7     2  outStart  I
            0    7     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException
    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.CharToByteISO8859_1 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 62
            iconst_1
            newarray 8
            astore 9 /* tmpArray */
        start local 9 // byte[] tmpArray
         1: .line 67
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteISO8859_1.charOff:I
         2: .line 68
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteISO8859_1.byteOff:I
         3: .line 70
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.highHalfZoneCode:C
            ifeq 63
         4: .line 71
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 72
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteISO8859_1.highHalfZoneCode:C
         6: .line 73
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 56320
            if_icmplt 20
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 57343
            if_icmpgt 20
         7: .line 75
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subMode:Z
            ifeq 18
         8: .line 76
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subBytes:[B
            arraylength
            istore 11 /* outputSize */
        start local 11 // int outputSize
         9: .line 77
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.byteOff:I
            iload 11 /* outputSize */
            iadd
            iload 6 /* outEnd */
            if_icmple 11
        10: .line 78
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        11: .line 79
      StackMap locals: sun.io.CharToByteISO8859_1 char[] int int byte[] int int int top byte[] top int
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        12: goto 15
        13: .line 80
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISO8859_1.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteISO8859_1.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subBytes:[B
            iload 12 /* i */
            baload
            bastore
        14: .line 79
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 12 /* i */
            iload 11 /* outputSize */
            if_icmplt 13
        end local 12 // int i
        16: .line 81
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISO8859_1.charOff:I
            iconst_1
            iadd
            putfield sun.io.CharToByteISO8859_1.charOff:I
        17: .line 82
            goto 63
        end local 11 // int outputSize
        18: .line 83
      StackMap locals: sun.io.CharToByteISO8859_1 char[] int int byte[] int int int top byte[]
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteISO8859_1.badInputLength:I
        19: .line 84
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        20: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteISO8859_1.badInputLength:I
        21: .line 89
            new sun.io.MalformedInputException
            dup
        22: .line 90
            ldc "Previous converted string ends with <High Half Zone Code> of UTF16 , but this string is not begin with <Low Half Zone>"
        23: .line 89
            invokespecial sun.io.MalformedInputException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // char inputChar
        24: .line 98
      StackMap locals: sun.io.CharToByteISO8859_1 char[] int int byte[] int int top top byte[]
      StackMap stack:
            aload 9 /* tmpArray */
            astore 8 /* outputByte */
        start local 8 // byte[] outputByte
        25: .line 101
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
        26: .line 104
            iconst_1
            istore 11 /* outputSize */
        start local 11 // int outputSize
        27: .line 107
            iconst_1
            istore 10 /* inputSize */
        start local 10 // int inputSize
        28: .line 110
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 43
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 43
        29: .line 112
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.charOff:I
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmpne 32
        30: .line 113
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteISO8859_1.highHalfZoneCode:C
        31: .line 114
            goto 64
        32: .line 118
      StackMap locals: sun.io.CharToByteISO8859_1 char[] int int byte[] int int int byte[] byte[] int int
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.charOff:I
            iconst_1
            iadd
            caload
            istore 7 /* inputChar */
        33: .line 119
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 41
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 41
        34: .line 122
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subMode:Z
            ifeq 39
        35: .line 123
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subBytes:[B
            astore 8 /* outputByte */
        36: .line 124
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subBytes:[B
            arraylength
            istore 11 /* outputSize */
        37: .line 125
            iconst_2
            istore 10 /* inputSize */
        38: .line 126
            goto 55
        39: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteISO8859_1.badInputLength:I
        40: .line 128
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        41: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteISO8859_1.badInputLength:I
        42: .line 133
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        43: .line 137
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 46
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 46
        44: .line 138
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteISO8859_1.badInputLength:I
        45: .line 139
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        46: .line 144
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            sipush 255
            if_icmpgt 49
        47: .line 145
            aload 8 /* outputByte */
            iconst_0
            iload 7 /* inputChar */
            i2b
            bastore
        48: .line 146
            goto 55
        49: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subMode:Z
            ifeq 53
        50: .line 149
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subBytes:[B
            astore 8 /* outputByte */
        51: .line 150
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.subBytes:[B
            arraylength
            istore 11 /* outputSize */
        52: .line 151
            goto 55
        53: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteISO8859_1.badInputLength:I
        54: .line 153
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        55: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.byteOff:I
            iload 11 /* outputSize */
            iadd
            iload 6 /* outEnd */
            if_icmple 57
        56: .line 160
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        57: .line 163
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        58: goto 61
        59: .line 164
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISO8859_1.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteISO8859_1.byteOff:I
            aload 8 /* outputByte */
            iload 12 /* i */
            baload
            bastore
        60: .line 163
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        61: iload 12 /* i */
            iload 11 /* outputSize */
            if_icmplt 59
        end local 12 // int i
        62: .line 166
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISO8859_1.charOff:I
            iload 10 /* inputSize */
            iadd
            putfield sun.io.CharToByteISO8859_1.charOff:I
        end local 11 // int outputSize
        end local 10 // int inputSize
        end local 8 // byte[] outputByte
        end local 7 // char inputChar
        63: .line 97
      StackMap locals: sun.io.CharToByteISO8859_1 char[] int int byte[] int int top top byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.charOff:I
            iload 3 /* inEnd */
            if_icmplt 24
        64: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISO8859_1.byteOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 9 // byte[] tmpArray
        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.CharToByteISO8859_1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   65     0        this  Lsun/io/CharToByteISO8859_1;
            0   65     1       input  [C
            0   65     2       inOff  I
            0   65     3       inEnd  I
            0   65     4      output  [B
            0   65     5      outOff  I
            0   65     6      outEnd  I
            5   24     7   inputChar  C
           26   63     7   inputChar  C
           25   63     8  outputByte  [B
            1   65     9    tmpArray  [B
           28   63    10   inputSize  I
            9   18    11  outputSize  I
           27   63    11  outputSize  I
           12   16    12           i  I
           58   62    12           i  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteISO8859_1 this
        start local 1 // char ch
         0: .line 176
            iload 1 /* ch */
            sipush 255
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char ch
        end local 0 // sun.io.CharToByteISO8859_1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteISO8859_1;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

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

  public int getMaxBytesPerChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteISO8859_1 this
         0: .line 191
            iconst_1
            ireturn
        end local 0 // sun.io.CharToByteISO8859_1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISO8859_1;
}
SourceFile: "CharToByteISO8859_1.java"