public class com.sun.imageio.plugins.common.InputStreamAdapter extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.common.InputStreamAdapter
  super_class: java.io.InputStream
{
  javax.imageio.stream.ImageInputStream stream;
    descriptor: Ljavax/imageio/stream/ImageInputStream;
    flags: (0x0000) 

  public void <init>(javax.imageio.stream.ImageInputStream);
    descriptor: (Ljavax/imageio/stream/ImageInputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.common.InputStreamAdapter this
        start local 1 // javax.imageio.stream.ImageInputStream stream
         0: .line 37
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* stream */
            putfield com.sun.imageio.plugins.common.InputStreamAdapter.stream:Ljavax/imageio/stream/ImageInputStream;
         2: .line 40
            return
        end local 1 // javax.imageio.stream.ImageInputStream stream
        end local 0 // com.sun.imageio.plugins.common.InputStreamAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/imageio/plugins/common/InputStreamAdapter;
            0    3     1  stream  Ljavax/imageio/stream/ImageInputStream;
    MethodParameters:
        Name  Flags
      stream  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.common.InputStreamAdapter this
         0: .line 43
            aload 0 /* this */
            getfield com.sun.imageio.plugins.common.InputStreamAdapter.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.read:()I
            ireturn
        end local 0 // com.sun.imageio.plugins.common.InputStreamAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/common/InputStreamAdapter;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.imageio.plugins.common.InputStreamAdapter this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 47
            aload 0 /* this */
            getfield com.sun.imageio.plugins.common.InputStreamAdapter.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([BII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.imageio.plugins.common.InputStreamAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/common/InputStreamAdapter;
            0    1     1     b  [B
            0    1     2   off  I
            0    1     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   
}
SourceFile: "InputStreamAdapter.java"