class com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream extends java.io.ByteArrayOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream
  super_class: java.io.ByteArrayOutputStream
{
  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream this
        start local 1 // int size
         0: .line 62
            aload 0 /* this */
            iload 1 /* size */
            invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
         1: .line 63
            return
        end local 1 // int size
        end local 0 // com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/DBDecoderAdapter$BufferExposingByteArrayOutputStream;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  final

  byte[] getInternalBytes();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream this
         0: .line 66
            aload 0 /* this */
            getfield com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream.buf:[B
            areturn
        end local 0 // com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/DBDecoderAdapter$BufferExposingByteArrayOutputStream;
}
SourceFile: "DBDecoderAdapter.java"
NestHost: com.mongodb.DBDecoderAdapter
InnerClasses:
  private BufferExposingByteArrayOutputStream = com.mongodb.DBDecoderAdapter$BufferExposingByteArrayOutputStream of com.mongodb.DBDecoderAdapter