public class javax.imageio.stream.IIOByteBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.imageio.stream.IIOByteBuffer
  super_class: java.lang.Object
{
  private byte[] data;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.imageio.stream.IIOByteBuffer this
        start local 1 // byte[] data
        start local 2 // int offset
        start local 3 // int length
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* data */
            putfield javax.imageio.stream.IIOByteBuffer.data:[B
         2: .line 60
            aload 0 /* this */
            iload 2 /* offset */
            putfield javax.imageio.stream.IIOByteBuffer.offset:I
         3: .line 61
            aload 0 /* this */
            iload 3 /* length */
            putfield javax.imageio.stream.IIOByteBuffer.length:I
         4: .line 62
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] data
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/imageio/stream/IIOByteBuffer;
            0    5     1    data  [B
            0    5     2  offset  I
            0    5     3  length  I
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  

  public byte[] getData();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.stream.IIOByteBuffer this
         0: .line 77
            aload 0 /* this */
            getfield javax.imageio.stream.IIOByteBuffer.data:[B
            areturn
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/stream/IIOByteBuffer;

  public void setData(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.imageio.stream.IIOByteBuffer this
        start local 1 // byte[] data
         0: .line 89
            aload 0 /* this */
            aload 1 /* data */
            putfield javax.imageio.stream.IIOByteBuffer.data:[B
         1: .line 90
            return
        end local 1 // byte[] data
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/imageio/stream/IIOByteBuffer;
            0    2     1  data  [B
    MethodParameters:
      Name  Flags
      data  

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.stream.IIOByteBuffer this
         0: .line 103
            aload 0 /* this */
            getfield javax.imageio.stream.IIOByteBuffer.offset:I
            ireturn
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/stream/IIOByteBuffer;

  public void setOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.imageio.stream.IIOByteBuffer this
        start local 1 // int offset
         0: .line 115
            aload 0 /* this */
            iload 1 /* offset */
            putfield javax.imageio.stream.IIOByteBuffer.offset:I
         1: .line 116
            return
        end local 1 // int offset
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/imageio/stream/IIOByteBuffer;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.imageio.stream.IIOByteBuffer this
         0: .line 129
            aload 0 /* this */
            getfield javax.imageio.stream.IIOByteBuffer.length:I
            ireturn
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/imageio/stream/IIOByteBuffer;

  public void setLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.imageio.stream.IIOByteBuffer this
        start local 1 // int length
         0: .line 141
            aload 0 /* this */
            iload 1 /* length */
            putfield javax.imageio.stream.IIOByteBuffer.length:I
         1: .line 142
            return
        end local 1 // int length
        end local 0 // javax.imageio.stream.IIOByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/imageio/stream/IIOByteBuffer;
            0    2     1  length  I
    MethodParameters:
        Name  Flags
      length  
}
SourceFile: "IIOByteBuffer.java"