class com.google.common.io.ByteStreams$ByteArrayDataInputStream implements com.google.common.io.ByteArrayDataInput
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.io.ByteStreams$ByteArrayDataInputStream
  super_class: java.lang.Object
{
  final java.io.DataInput input;
    descriptor: Ljava/io/DataInput;
    flags: (0x0010) ACC_FINAL

  void <init>(java.io.ByteArrayInputStream);
    descriptor: (Ljava/io/ByteArrayInputStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
        start local 1 // java.io.ByteArrayInputStream byteArrayInputStream
         0: .line 317
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 318
            aload 0 /* this */
            new java.io.DataInputStream
            dup
            aload 1 /* byteArrayInputStream */
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            putfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
         2: .line 319
            return
        end local 1 // java.io.ByteArrayInputStream byteArrayInputStream
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            0    3     1  byteArrayInputStream  Ljava/io/ByteArrayInputStream;
    MethodParameters:
                      Name  Flags
      byteArrayInputStream  

  public void readFully(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
        start local 1 // byte[] b
         0: .line 324
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            aload 1 /* b */
            invokeinterface java.io.DataInput.readFully:([B)V
         1: .line 325
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 326
            new java.lang.IllegalStateException
            dup
            aload 2 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] b
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            0    5     1     b  [B
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void readFully(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 333
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface java.io.DataInput.readFully:([BII)V
         1: .line 334
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 4 /* e */
        start local 4 // java.io.IOException e
         3: .line 335
            new java.lang.IllegalStateException
            dup
            aload 4 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
         4: .line 337
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            0    5     1     b  [B
            0    5     2   off  I
            0    5     3   len  I
            3    4     4     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int skipBytes(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
        start local 1 // int n
         0: .line 342
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            iload 1 /* n */
            invokeinterface java.io.DataInput.skipBytes:(I)I
         1: ireturn
         2: .line 343
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 344
            new java.lang.IllegalStateException
            dup
            aload 2 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // int n
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            0    4     1     n  I
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 351
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readBoolean:()Z
         1: ireturn
         2: .line 352
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 353
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 360
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readByte:()B
         1: ireturn
         2: .line 361
      StackMap locals:
      StackMap stack: java.io.EOFException
            astore 1 /* e */
        start local 1 // java.io.EOFException e
         3: .line 362
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.EOFException e
         4: .line 363
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* impossible */
        start local 1 // java.io.IOException impossible
         5: .line 364
            new java.lang.AssertionError
            dup
            aload 1 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.io.IOException impossible
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1           e  Ljava/io/EOFException;
            5    6     1  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.EOFException
           0     1       4  Class java.io.IOException

  public int readUnsignedByte();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 371
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedByte:()I
         1: ireturn
         2: .line 372
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 373
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 380
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readShort:()S
         1: ireturn
         2: .line 381
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 382
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int readUnsignedShort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 389
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUnsignedShort:()I
         1: ireturn
         2: .line 390
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 391
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public char readChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 398
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readChar:()C
         1: ireturn
         2: .line 399
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 400
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 407
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readInt:()I
         1: ireturn
         2: .line 408
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 409
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 416
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readLong:()J
         1: lreturn
         2: .line 417
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 418
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 425
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readFloat:()F
         1: freturn
         2: .line 426
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 427
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 434
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readDouble:()D
         1: dreturn
         2: .line 435
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 436
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public java.lang.String readLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 443
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readLine:()Ljava/lang/String;
         1: areturn
         2: .line 444
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 445
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public java.lang.String readUTF();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
         0: .line 452
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataInputStream.input:Ljava/io/DataInput;
            invokeinterface java.io.DataInput.readUTF:()Ljava/lang/String;
         1: areturn
         2: .line 453
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 454
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataInputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
}
SourceFile: "ByteStreams.java"
NestHost: com.google.common.io.ByteStreams
InnerClasses:
  private ByteArrayDataInputStream = com.google.common.io.ByteStreams$ByteArrayDataInputStream of com.google.common.io.ByteStreams