public class com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream
  super_class: java.io.InputStream
{
  final com.sun.xml.internal.fastinfoset.Decoder this$0;
    descriptor: Lcom/sun/xml/internal/fastinfoset/Decoder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(com.sun.xml.internal.fastinfoset.Decoder);
    descriptor: (Lcom/sun/xml/internal/fastinfoset/Decoder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
         0: .line 1893
            aload 0 /* this */
            aload 1
            putfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            return
        end local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
         0: .line 1896
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
            if_icmpge 2
         1: .line 1897
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            dup
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            baload
            sipush 255
            iand
            ireturn
         2: .line 1899
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
        start local 1 // byte[] b
         0: .line 1905
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
            0    1     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 1910
            aload 1 /* b */
            ifnonnull 2
         1: .line 1911
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 1912
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 4
            iload 2 /* off */
            aload 1 /* b */
            arraylength
            if_icmpgt 4
            iload 3 /* len */
            iflt 4
         3: .line 1913
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* b */
            arraylength
            if_icmpgt 4
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ifge 5
         4: .line 1914
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         5: .line 1915
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 7
         6: .line 1916
            iconst_0
            ireturn
         7: .line 1919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            iload 3 /* len */
            iadd
            istore 4 /* newOctetBufferStart */
        start local 4 // int newOctetBufferStart
         8: .line 1920
            iload 4 /* newOctetBufferStart */
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
            if_icmpge 12
         9: .line 1921
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 1922
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            iload 4 /* newOctetBufferStart */
            putfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
        11: .line 1923
            iload 3 /* len */
            ireturn
        12: .line 1924
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
            if_icmpge 17
        13: .line 1925
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            isub
            istore 5 /* bytesToRead */
        start local 5 // int bytesToRead
        14: .line 1926
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBuffer:[B
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            aload 1 /* b */
            iload 2 /* off */
            iload 5 /* bytesToRead */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 1927
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
            dup
            getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
            iload 5 /* bytesToRead */
            iadd
            putfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
        16: .line 1928
            iload 5 /* bytesToRead */
            ireturn
        end local 5 // int bytesToRead
        17: .line 1930
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 4 // int newOctetBufferStart
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   18     0                 this  Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
            0   18     1                    b  [B
            0   18     2                  off  I
            0   18     3                  len  I
            8   18     4  newOctetBufferStart  I
           14   17     5          bytesToRead  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   
}
SourceFile: "Decoder.java"
NestHost: com.sun.xml.internal.fastinfoset.Decoder
InnerClasses:
  protected EncodingAlgorithmInputStream = com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream of com.sun.xml.internal.fastinfoset.Decoder