public class sun.net.www.http.PosterOutputStream extends java.io.ByteArrayOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.http.PosterOutputStream
  super_class: java.io.ByteArrayOutputStream
{
  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.http.PosterOutputStream this
         0: .line 51
            aload 0 /* this */
            sipush 256
            invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
         1: .line 52
            return
        end local 0 // sun.net.www.http.PosterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/http/PosterOutputStream;

  public synchronized void write(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.http.PosterOutputStream this
        start local 1 // int b
         0: .line 60
            aload 0 /* this */
            getfield sun.net.www.http.PosterOutputStream.closed:Z
            ifeq 2
         1: .line 61
            return
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            invokespecial java.io.ByteArrayOutputStream.write:(I)V
         3: .line 64
            return
        end local 1 // int b
        end local 0 // sun.net.www.http.PosterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/http/PosterOutputStream;
            0    4     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public synchronized void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.net.www.http.PosterOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 75
            aload 0 /* this */
            getfield sun.net.www.http.PosterOutputStream.closed:Z
            ifeq 2
         1: .line 76
            return
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokespecial java.io.ByteArrayOutputStream.write:([BII)V
         3: .line 79
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.www.http.PosterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/http/PosterOutputStream;
            0    4     1     b  [B
            0    4     2   off  I
            0    4     3   len  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public synchronized void reset();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.http.PosterOutputStream this
         0: .line 91
            aload 0 /* this */
            getfield sun.net.www.http.PosterOutputStream.closed:Z
            ifeq 2
         1: .line 92
            return
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.reset:()V
         3: .line 95
            return
        end local 0 // sun.net.www.http.PosterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/http/PosterOutputStream;

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.http.PosterOutputStream this
         0: .line 102
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.http.PosterOutputStream.closed:Z
         1: .line 103
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.close:()V
         2: .line 104
            return
        end local 0 // sun.net.www.http.PosterOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/http/PosterOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PosterOutputStream.java"