public class org.eclipse.jetty.util.ByteArrayOutputStream2 extends java.io.ByteArrayOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.ByteArrayOutputStream2
  super_class: java.io.ByteArrayOutputStream
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
         0: .line 31
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
         1: .line 32
            return
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
        start local 1 // int size
         0: .line 36
            aload 0 /* this */
            iload 1 /* size */
            invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
         1: .line 37
            return
        end local 1 // int size
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public byte[] getBuf();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
         0: .line 41
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.buf:[B
            areturn
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
         0: .line 46
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.count:I
            ireturn
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;

  public void setCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
        start local 1 // int count
         0: .line 51
            aload 0 /* this */
            iload 1 /* count */
            putfield org.eclipse.jetty.util.ByteArrayOutputStream2.count:I
         1: .line 52
            return
        end local 1 // int count
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public void reset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
        start local 1 // int minSize
         0: .line 56
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.util.ByteArrayOutputStream2.reset:()V
         1: .line 57
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.buf:[B
            arraylength
            iload 1 /* minSize */
            if_icmpge 3
         2: .line 59
            aload 0 /* this */
            iload 1 /* minSize */
            newarray 8
            putfield org.eclipse.jetty.util.ByteArrayOutputStream2.buf:[B
         3: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int minSize
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            0    4     1  minSize  I
    MethodParameters:
         Name  Flags
      minSize  

  public void writeUnchecked(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
        start local 1 // int b
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.buf:[B
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.count:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.ByteArrayOutputStream2.count:I
            iload 1 /* b */
            i2b
            bastore
         1: .line 66
            return
        end local 1 // int b
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            0    2     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public java.lang.String toString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
        start local 1 // java.nio.charset.Charset charset
         0: .line 70
            new java.lang.String
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.buf:[B
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.util.ByteArrayOutputStream2.count:I
            aload 1 /* charset */
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // org.eclipse.jetty.util.ByteArrayOutputStream2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jetty/util/ByteArrayOutputStream2;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  
}
SourceFile: "ByteArrayOutputStream2.java"