public class android.content.pm.LimitedLengthInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.content.pm.LimitedLengthInputStream
  super_class: java.io.FilterInputStream
{
  private final long mEnd;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long mOffset;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream, long, long);
    descriptor: (Ljava/io/InputStream;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // android.content.pm.LimitedLengthInputStream this
        start local 1 // java.io.InputStream in
        start local 2 // long offset
        start local 4 // long length
         0: .line 33
            aload 0 /* this */
            aload 1 /* in */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 35
            aload 1 /* in */
            ifnonnull 3
         2: .line 36
            new java.io.IOException
            dup
            ldc "in == null"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 39
      StackMap locals: android.content.pm.LimitedLengthInputStream java.io.InputStream long long
      StackMap stack:
            lload 2 /* offset */
            lconst_0
            lcmp
            ifge 5
         4: .line 40
            new java.io.IOException
            dup
            ldc "offset < 0"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 43
      StackMap locals:
      StackMap stack:
            lload 4 /* length */
            lconst_0
            lcmp
            ifge 7
         6: .line 44
            new java.io.IOException
            dup
            ldc "length < 0"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 47
      StackMap locals:
      StackMap stack:
            lload 4 /* length */
            ldc 9223372036854775807
            lload 2 /* offset */
            lsub
            lcmp
            ifle 9
         8: .line 48
            new java.io.IOException
            dup
            ldc "offset + length > Long.MAX_VALUE"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* offset */
            lload 4 /* length */
            ladd
            putfield android.content.pm.LimitedLengthInputStream.mEnd:J
        10: .line 53
            aload 0 /* this */
            lload 2 /* offset */
            invokevirtual android.content.pm.LimitedLengthInputStream.skip:(J)J
            pop2
        11: .line 54
            aload 0 /* this */
            lload 2 /* offset */
            putfield android.content.pm.LimitedLengthInputStream.mOffset:J
        12: .line 55
            return
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.io.InputStream in
        end local 0 // android.content.pm.LimitedLengthInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/content/pm/LimitedLengthInputStream;
            0   13     1      in  Ljava/io/InputStream;
            0   13     2  offset  J
            0   13     4  length  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      in      
      offset  
      length  

  public synchronized int read();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.content.pm.LimitedLengthInputStream this
         0: .line 59
            aload 0 /* this */
            getfield android.content.pm.LimitedLengthInputStream.mOffset:J
            aload 0 /* this */
            getfield android.content.pm.LimitedLengthInputStream.mEnd:J
            lcmp
            iflt 2
         1: .line 60
            iconst_m1
            ireturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.content.pm.LimitedLengthInputStream.mOffset:J
            lconst_1
            ladd
            putfield android.content.pm.LimitedLengthInputStream.mOffset:J
         3: .line 64
            aload 0 /* this */
            invokespecial java.io.FilterInputStream.read:()I
            ireturn
        end local 0 // android.content.pm.LimitedLengthInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/pm/LimitedLengthInputStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.content.pm.LimitedLengthInputStream this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method checkOffsetAndCount(int, int, int) is undefined for the type Arrays\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.content.pm.LimitedLengthInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/pm/LimitedLengthInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      buffer     
      offset     
      byteCount  

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.content.pm.LimitedLengthInputStream this
        start local 1 // byte[] buffer
         0: .line 92
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokevirtual android.content.pm.LimitedLengthInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] buffer
        end local 0 // android.content.pm.LimitedLengthInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/content/pm/LimitedLengthInputStream;
            0    1     1  buffer  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
}
SourceFile: "LimitedLengthInputStream.java"