public class sun.io.ByteToCharISO8859_1 extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharISO8859_1
  super_class: sun.io.ByteToCharConverter
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISO8859_1 this
         0: .line 33
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
            return
        end local 0 // sun.io.ByteToCharISO8859_1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharISO8859_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.ByteToCharISO8859_1 this
         0: .line 38
            ldc "ISO8859_1"
            areturn
        end local 0 // sun.io.ByteToCharISO8859_1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharISO8859_1;

  public int flush(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.io.ByteToCharISO8859_1 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 43
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharISO8859_1.charOff:I
            putfield sun.io.ByteToCharISO8859_1.byteOff:I
         1: .line 44
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharISO8859_1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/io/ByteToCharISO8859_1;
            0    2     1    output  [C
            0    2     2  outStart  I
            0    2     3    outEnd  I
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=7
        start local 0 // sun.io.ByteToCharISO8859_1 this
        start local 1 // byte[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // char[] output
        start local 5 // int outOff
        start local 6 // int outEnd
         0: .line 55
            iload 2 /* inOff */
            iload 6 /* outEnd */
            iload 5 /* outOff */
            isub
            iadd
            istore 7 /* bound */
        start local 7 // int bound
         1: .line 56
            iload 7 /* bound */
            iload 3 /* inEnd */
            if_icmplt 3
         2: .line 57
            iload 3 /* inEnd */
            istore 7 /* bound */
         3: .line 59
      StackMap locals: int
      StackMap stack:
            iload 3 /* inEnd */
            iload 2 /* inOff */
            isub
            istore 8 /* bytesWritten */
        start local 8 // int bytesWritten
         4: .line 64
            goto 6
         5: .line 65
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            iload 5 /* outOff */
            iinc 5 /* outOff */ 1
            sipush 255
            aload 1 /* input */
            iload 2 /* inOff */
            iinc 2 /* inOff */ 1
            baload
            iand
            i2c
            castore
         6: .line 64
      StackMap locals:
      StackMap stack:
            iload 2 /* inOff */
            iload 7 /* bound */
            if_icmplt 5
         7: .line 67
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 9
         9: .line 68
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharISO8859_1.charOff:I
        10: .line 69
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharISO8859_1.byteOff:I
        11: .line 70
            aload 9
            athrow
        12: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharISO8859_1.charOff:I
        13: .line 69
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharISO8859_1.byteOff:I
        14: .line 73
            iload 7 /* bound */
            iload 3 /* inEnd */
            if_icmpge 16
        15: .line 74
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        16: .line 77
      StackMap locals:
      StackMap stack:
            iload 8 /* bytesWritten */
            ireturn
        end local 8 // int bytesWritten
        end local 7 // int bound
        end local 6 // int outEnd
        end local 5 // int outOff
        end local 4 // char[] output
        end local 3 // int inEnd
        end local 2 // int inOff
        end local 1 // byte[] input
        end local 0 // sun.io.ByteToCharISO8859_1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lsun/io/ByteToCharISO8859_1;
            0   17     1         input  [B
            0   17     2         inOff  I
            0   17     3         inEnd  I
            0   17     4        output  [C
            0   17     5        outOff  I
            0   17     6        outEnd  I
            1   17     7         bound  I
            4   17     8  bytesWritten  I
      Exception table:
        from    to  target  type
           4     8       8  any
    Exceptions:
      throws sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISO8859_1 this
         0: .line 84
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharISO8859_1.charOff:I
            putfield sun.io.ByteToCharISO8859_1.byteOff:I
         1: .line 85
            return
        end local 0 // sun.io.ByteToCharISO8859_1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/ByteToCharISO8859_1;
}
SourceFile: "ByteToCharISO8859_1.java"