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

  final java.io.ByteArrayOutputStream byteArrayOutputSteam;
    descriptor: Ljava/io/ByteArrayOutputStream;
    flags: (0x0010) ACC_FINAL

  void <init>(java.io.ByteArrayOutputStream);
    descriptor: (Ljava/io/ByteArrayOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // java.io.ByteArrayOutputStream byteArrayOutputSteam
         0: .line 497
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 498
            aload 0 /* this */
            aload 1 /* byteArrayOutputSteam */
            putfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.byteArrayOutputSteam:Ljava/io/ByteArrayOutputStream;
         2: .line 499
            aload 0 /* this */
            new java.io.DataOutputStream
            dup
            aload 1 /* byteArrayOutputSteam */
            invokespecial java.io.DataOutputStream.<init>:(Ljava/io/OutputStream;)V
            putfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
         3: .line 500
            return
        end local 1 // java.io.ByteArrayOutputStream byteArrayOutputSteam
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    4     1  byteArrayOutputSteam  Ljava/io/ByteArrayOutputStream;
    MethodParameters:
                      Name  Flags
      byteArrayOutputSteam  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // int b
         0: .line 505
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            iload 1 /* b */
            invokeinterface java.io.DataOutput.write:(I)V
         1: .line 506
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 507
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 509
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int b
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           b  I
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // byte[] b
         0: .line 514
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            aload 1 /* b */
            invokeinterface java.io.DataOutput.write:([B)V
         1: .line 515
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 516
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 518
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] b
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           b  [B
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(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$ByteArrayDataOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 523
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokeinterface java.io.DataOutput.write:([BII)V
         1: .line 524
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 4 /* impossible */
        start local 4 // java.io.IOException impossible
         3: .line 525
            new java.lang.AssertionError
            dup
            aload 4 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 4 // java.io.IOException impossible
         4: .line 527
      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$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           b  [B
            0    5     2         off  I
            0    5     3         len  I
            3    4     4  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void writeBoolean(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // boolean v
         0: .line 532
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            iload 1 /* v */
            invokeinterface java.io.DataOutput.writeBoolean:(Z)V
         1: .line 533
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 534
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 536
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  Z
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeByte(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // int v
         0: .line 541
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            iload 1 /* v */
            invokeinterface java.io.DataOutput.writeByte:(I)V
         1: .line 542
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 543
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 545
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  I
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeBytes(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // java.lang.String s
         0: .line 550
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            aload 1 /* s */
            invokeinterface java.io.DataOutput.writeBytes:(Ljava/lang/String;)V
         1: .line 551
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 552
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 554
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           s  Ljava/lang/String;
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void writeChar(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // int v
         0: .line 559
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            iload 1 /* v */
            invokeinterface java.io.DataOutput.writeChar:(I)V
         1: .line 560
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 561
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 563
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  I
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeChars(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // java.lang.String s
         0: .line 568
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            aload 1 /* s */
            invokeinterface java.io.DataOutput.writeChars:(Ljava/lang/String;)V
         1: .line 569
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 570
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 572
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           s  Ljava/lang/String;
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void writeDouble(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // double v
         0: .line 577
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            dload 1 /* v */
            invokeinterface java.io.DataOutput.writeDouble:(D)V
         1: .line 578
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* impossible */
        start local 3 // java.io.IOException impossible
         3: .line 579
            new java.lang.AssertionError
            dup
            aload 3 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.io.IOException impossible
         4: .line 581
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  D
            3    4     3  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeFloat(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // float v
         0: .line 586
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            fload 1 /* v */
            invokeinterface java.io.DataOutput.writeFloat:(F)V
         1: .line 587
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 588
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 590
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  F
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeInt(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // int v
         0: .line 595
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            iload 1 /* v */
            invokeinterface java.io.DataOutput.writeInt:(I)V
         1: .line 596
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 597
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 599
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  I
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeLong(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // long v
         0: .line 604
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            lload 1 /* v */
            invokeinterface java.io.DataOutput.writeLong:(J)V
         1: .line 605
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* impossible */
        start local 3 // java.io.IOException impossible
         3: .line 606
            new java.lang.AssertionError
            dup
            aload 3 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.io.IOException impossible
         4: .line 608
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  J
            3    4     3  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeShort(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // int v
         0: .line 613
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            iload 1 /* v */
            invokeinterface java.io.DataOutput.writeShort:(I)V
         1: .line 614
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 615
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 617
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int v
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           v  I
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      v     

  public void writeUTF(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
        start local 1 // java.lang.String s
         0: .line 622
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.output:Ljava/io/DataOutput;
            aload 1 /* s */
            invokeinterface java.io.DataOutput.writeUTF:(Ljava/lang/String;)V
         1: .line 623
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* impossible */
        start local 2 // java.io.IOException impossible
         3: .line 624
            new java.lang.AssertionError
            dup
            aload 2 /* impossible */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.io.IOException impossible
         4: .line 626
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
            0    5     1           s  Ljava/lang/String;
            3    4     2  impossible  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public byte[] toByteArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
         0: .line 630
            aload 0 /* this */
            getfield com.google.common.io.ByteStreams$ByteArrayDataOutputStream.byteArrayOutputSteam:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
        end local 0 // com.google.common.io.ByteStreams$ByteArrayDataOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/io/ByteStreams$ByteArrayDataOutputStream;
}
SourceFile: "ByteStreams.java"
NestHost: com.google.common.io.ByteStreams
InnerClasses:
  private ByteArrayDataOutputStream = com.google.common.io.ByteStreams$ByteArrayDataOutputStream of com.google.common.io.ByteStreams