class com.google.common.io.ByteStreams$1 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.io.ByteStreams$1
  super_class: java.io.OutputStream
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.ByteStreams$1 this
         0: .line 641
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // com.google.common.io.ByteStreams$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/ByteStreams$1;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.google.common.io.ByteStreams$1 this
        start local 1 // int b
         0: .line 644
            return
        end local 1 // int b
        end local 0 // com.google.common.io.ByteStreams$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/ByteStreams$1;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.io.ByteStreams$1 this
        start local 1 // byte[] b
         0: .line 649
            aload 1 /* b */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 650
            return
        end local 1 // byte[] b
        end local 0 // com.google.common.io.ByteStreams$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/io/ByteStreams$1;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.google.common.io.ByteStreams$1 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 655
            aload 1 /* b */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 656
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.google.common.io.ByteStreams$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/io/ByteStreams$1;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.ByteStreams$1 this
         0: .line 660
            ldc "ByteStreams.nullOutputStream()"
            areturn
        end local 0 // com.google.common.io.ByteStreams$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/ByteStreams$1;
}
SourceFile: "ByteStreams.java"
EnclosingMethod: com.google.common.io.ByteStreams
NestHost: com.google.common.io.ByteStreams
InnerClasses:
  com.google.common.io.ByteStreams$1