public class org.apache.poi.util.LittleEndianByteArrayInputStream extends java.io.ByteArrayInputStream implements org.apache.poi.util.LittleEndianInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.poi.util.LittleEndianByteArrayInputStream
  super_class: java.io.ByteArrayInputStream
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 25
            ldc Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.poi.util.LittleEndianByteArrayInputStream.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // byte[] buf
        start local 2 // int offset
        start local 3 // int length
         0: .line 41
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
         1: .line 42
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    2     1     buf  [B
            0    2     2  offset  I
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      buf     
      offset  
      length  

  public void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // byte[] buf
        start local 2 // int offset
         0: .line 58
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* offset */
            aload 1 /* buf */
            arraylength
            iload 2 /* offset */
            isub
            invokespecial org.apache.poi.util.LittleEndianByteArrayInputStream.<init>:([BII)V
         1: .line 59
            return
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    2     1     buf  [B
            0    2     2  offset  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // byte[] buf
         0: .line 74
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
         1: .line 75
            return
        end local 1 // byte[] buf
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    2     1   buf  [B
    MethodParameters:
      Name  Flags
      buf   

  protected void checkPosition(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // int i
         0: .line 78
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.count:I
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
            isub
            if_icmple 4
         1: .line 79
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Buffer overrun, having "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.count:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bytes in the stream and position is at "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         2: .line 80
            ldc ", but trying to increment position by "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 79
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    5     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getReadIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 85
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
            ireturn
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;

  public void setReadIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // int pos
         0: .line 89
            iload 1 /* pos */
            iflt 1
            iload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.count:I
            if_icmplt 2
         1: .line 90
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            putfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
         3: .line 93
            return
        end local 1 // int pos
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    4     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 98
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.checkPosition:(I)V
         1: .line 99
            aload 0 /* this */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.read:()I
            i2b
            ireturn
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 105
            aload 0 /* this */
            iconst_4
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.checkPosition:(I)V
         1: .line 106
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.buf:[B
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
            invokestatic org.apache.poi.util.LittleEndian.getInt:([BI)I
            istore 1 /* le */
        start local 1 // int le
         2: .line 107
            aload 0 /* this */
            ldc 4
            invokespecial java.io.ByteArrayInputStream.skip:(J)J
            lstore 2 /* skipped */
        start local 2 // long skipped
         3: .line 108
            getstatic org.apache.poi.util.LittleEndianByteArrayInputStream.$assertionsDisabled:Z
            ifne 4
            lload 2 /* skipped */
            ldc 4
            lcmp
            ifeq 4
            new java.lang.AssertionError
            dup
            ldc "Buffer overrun"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 109
      StackMap locals: int long
      StackMap stack:
            iload 1 /* le */
            ireturn
        end local 2 // long skipped
        end local 1 // int le
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            2    5     1       le  I
            3    5     2  skipped  J

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 115
            aload 0 /* this */
            bipush 8
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.checkPosition:(I)V
         1: .line 116
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.buf:[B
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
            invokestatic org.apache.poi.util.LittleEndian.getLong:([BI)J
            lstore 1 /* le */
        start local 1 // long le
         2: .line 117
            aload 0 /* this */
            ldc 8
            invokespecial java.io.ByteArrayInputStream.skip:(J)J
            lstore 3 /* skipped */
        start local 3 // long skipped
         3: .line 118
            getstatic org.apache.poi.util.LittleEndianByteArrayInputStream.$assertionsDisabled:Z
            ifne 4
            lload 3 /* skipped */
            ldc 8
            lcmp
            ifeq 4
            new java.lang.AssertionError
            dup
            ldc "Buffer overrun"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 119
      StackMap locals: long long
      StackMap stack:
            lload 1 /* le */
            lreturn
        end local 3 // long skipped
        end local 1 // long le
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            2    5     1       le  J
            3    5     3  skipped  J

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 125
            aload 0 /* this */
            iconst_2
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.checkPosition:(I)V
         1: .line 126
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.buf:[B
            aload 0 /* this */
            getfield org.apache.poi.util.LittleEndianByteArrayInputStream.pos:I
            invokestatic org.apache.poi.util.LittleEndian.getShort:([BI)S
            istore 1 /* le */
        start local 1 // short le
         2: .line 127
            aload 0 /* this */
            ldc 2
            invokespecial java.io.ByteArrayInputStream.skip:(J)J
            lstore 2 /* skipped */
        start local 2 // long skipped
         3: .line 128
            getstatic org.apache.poi.util.LittleEndianByteArrayInputStream.$assertionsDisabled:Z
            ifne 4
            lload 2 /* skipped */
            ldc 2
            lcmp
            ifeq 4
            new java.lang.AssertionError
            dup
            ldc "Buffer overrun"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 129
      StackMap locals: int long
      StackMap stack:
            iload 1 /* le */
            ireturn
        end local 2 // long skipped
        end local 1 // short le
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            2    5     1       le  S
            3    5     2  skipped  J

  public int readUByte();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 134
            aload 0 /* this */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.readByte:()B
            sipush 255
            iand
            ireturn
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;

  public int readUShort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 139
            aload 0 /* this */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.readShort:()S
            ldc 65535
            iand
            ireturn
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;

  public long readUInt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 143
            aload 0 /* this */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.readInt:()I
            i2l
            ldc 4294967295
            land
            lreturn
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
         0: .line 148
            aload 0 /* this */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.readLong:()J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;

  public void readFully(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // byte[] buffer
        start local 2 // int off
        start local 3 // int len
         0: .line 153
            aload 0 /* this */
            iload 3 /* len */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.checkPosition:(I)V
         1: .line 154
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.read:([BII)I
            pop
         2: .line 155
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buffer
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    3     1  buffer  [B
            0    3     2     off  I
            0    3     3     len  I
    MethodParameters:
        Name  Flags
      buffer  
      off     
      len     

  public void readFully(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // byte[] buffer
         0: .line 159
            aload 0 /* this */
            aload 1 /* buffer */
            arraylength
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.checkPosition:(I)V
         1: .line 160
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.read:([BII)I
            pop
         2: .line 161
            return
        end local 1 // byte[] buffer
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    3     1  buffer  [B
    MethodParameters:
        Name  Flags
      buffer  

  public void readPlain(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
        start local 1 // byte[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 165
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.apache.poi.util.LittleEndianByteArrayInputStream.readFully:([BII)V
         1: .line 166
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] buf
        end local 0 // org.apache.poi.util.LittleEndianByteArrayInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/util/LittleEndianByteArrayInputStream;
            0    2     1   buf  [B
            0    2     2   off  I
            0    2     3   len  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   
}
SourceFile: "LittleEndianByteArrayInputStream.java"