class com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream
  super_class: java.io.OutputStream
{
  int size;
    descriptor: I
    flags: (0x0000) 

  final com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info this$1;
    descriptor: Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream this
         0: .line 1015
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream.this$1:Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream this
        start local 1 // int b
         0: .line 1018
            aload 0 /* this */
            dup
            getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream.size:I
            iconst_1
            iadd
            putfield com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream.size:I
         1: .line 1019
            return
        end local 1 // int b
        end local 0 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream;
            0    2     1     b  I
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "ConstantPool.java"
EnclosingMethod: com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info.byteLength:()I
NestHost: com.sun.tools.classfile.ConstantPool
InnerClasses:
  public CONSTANT_Utf8_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info of com.sun.tools.classfile.ConstantPool
  SizeOutputStream = com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info$1SizeOutputStream