class sun.net.httpserver.PlaceholderOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.httpserver.PlaceholderOutputStream
  super_class: java.io.OutputStream
{
  java.io.OutputStream wrapped;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0000) 

  void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
        start local 1 // java.io.OutputStream os
         0: .line 419
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 420
            aload 0 /* this */
            aload 1 /* os */
            putfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
         2: .line 421
            return
        end local 1 // java.io.OutputStream os
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
            0    3     1    os  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      os    

  void setWrappedStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
        start local 1 // java.io.OutputStream os
         0: .line 424
            aload 0 /* this */
            aload 1 /* os */
            putfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
         1: .line 425
            return
        end local 1 // java.io.OutputStream os
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
            0    2     1    os  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      os    

  boolean isWrapped();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
         0: .line 428
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/httpserver/PlaceholderOutputStream;

  private void checkWrap();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
         0: .line 432
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            ifnonnull 2
         1: .line 433
            new java.io.IOException
            dup
            ldc "response headers not sent yet"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 435
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
    Exceptions:
      throws java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
        start local 1 // int b
         0: .line 438
            aload 0 /* this */
            invokevirtual sun.net.httpserver.PlaceholderOutputStream.checkWrap:()V
         1: .line 439
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            iload 1 /* b */
            invokevirtual java.io.OutputStream.write:(I)V
         2: .line 440
            return
        end local 1 // int b
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
            0    3     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
        start local 1 // byte[] b
         0: .line 443
            aload 0 /* this */
            invokevirtual sun.net.httpserver.PlaceholderOutputStream.checkWrap:()V
         1: .line 444
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            aload 1 /* b */
            invokevirtual java.io.OutputStream.write:([B)V
         2: .line 445
            return
        end local 1 // byte[] b
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
            0    3     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 448
            aload 0 /* this */
            invokevirtual sun.net.httpserver.PlaceholderOutputStream.checkWrap:()V
         1: .line 449
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 450
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
            0    3     1     b  [B
            0    3     2   off  I
            0    3     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
         0: .line 453
            aload 0 /* this */
            invokevirtual sun.net.httpserver.PlaceholderOutputStream.checkWrap:()V
         1: .line 454
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         2: .line 455
            return
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.httpserver.PlaceholderOutputStream this
         0: .line 458
            aload 0 /* this */
            invokevirtual sun.net.httpserver.PlaceholderOutputStream.checkWrap:()V
         1: .line 459
            aload 0 /* this */
            getfield sun.net.httpserver.PlaceholderOutputStream.wrapped:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         2: .line 460
            return
        end local 0 // sun.net.httpserver.PlaceholderOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/httpserver/PlaceholderOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ExchangeImpl.java"