class sun.net.httpserver.UndefLengthOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.httpserver.UndefLengthOutputStream
  super_class: java.io.FilterOutputStream
{
  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  sun.net.httpserver.ExchangeImpl t;
    descriptor: Lsun/net/httpserver/ExchangeImpl;
    flags: (0x0000) 

  void <init>(sun.net.httpserver.ExchangeImpl, java.io.OutputStream);
    descriptor: (Lsun/net/httpserver/ExchangeImpl;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.httpserver.UndefLengthOutputStream this
        start local 1 // sun.net.httpserver.ExchangeImpl t
        start local 2 // java.io.OutputStream src
         0: .line 46
            aload 0 /* this */
            aload 2 /* src */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 42
            aload 0 /* this */
            iconst_0
            putfield sun.net.httpserver.UndefLengthOutputStream.closed:Z
         2: .line 47
            aload 0 /* this */
            aload 1 /* t */
            putfield sun.net.httpserver.UndefLengthOutputStream.t:Lsun/net/httpserver/ExchangeImpl;
         3: .line 48
            return
        end local 2 // java.io.OutputStream src
        end local 1 // sun.net.httpserver.ExchangeImpl t
        end local 0 // sun.net.httpserver.UndefLengthOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/httpserver/UndefLengthOutputStream;
            0    4     1     t  Lsun/net/httpserver/ExchangeImpl;
            0    4     2   src  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      t     
      src   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.net.httpserver.UndefLengthOutputStream this
        start local 1 // int b
         0: .line 51
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.closed:Z
            ifeq 2
         1: .line 52
            new java.io.IOException
            dup
            ldc "stream closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.out:Ljava/io/OutputStream;
            iload 1 /* b */
            invokevirtual java.io.OutputStream.write:(I)V
         3: .line 55
            return
        end local 1 // int b
        end local 0 // sun.net.httpserver.UndefLengthOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/httpserver/UndefLengthOutputStream;
            0    4     1     b  I
    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.UndefLengthOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 58
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.closed:Z
            ifeq 2
         1: .line 59
            new java.io.IOException
            dup
            ldc "stream closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.out:Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         3: .line 62
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.httpserver.UndefLengthOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/httpserver/UndefLengthOutputStream;
            0    4     1     b  [B
            0    4     2   off  I
            0    4     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.net.httpserver.UndefLengthOutputStream this
         0: .line 65
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.closed:Z
            ifeq 2
         1: .line 66
            return
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.net.httpserver.UndefLengthOutputStream.closed:Z
         3: .line 69
            aload 0 /* this */
            invokevirtual sun.net.httpserver.UndefLengthOutputStream.flush:()V
         4: .line 70
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.t:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getOriginalInputStream:()Lsun/net/httpserver/LeftOverInputStream;
            astore 1 /* is */
        start local 1 // sun.net.httpserver.LeftOverInputStream is
         5: .line 71
            aload 1 /* is */
            invokevirtual sun.net.httpserver.LeftOverInputStream.isClosed:()Z
            ifne 9
         6: .line 73
            aload 1 /* is */
            invokevirtual sun.net.httpserver.LeftOverInputStream.close:()V
         7: .line 74
            goto 9
      StackMap locals: sun.net.httpserver.UndefLengthOutputStream sun.net.httpserver.LeftOverInputStream
      StackMap stack: java.io.IOException
         8: pop
         9: .line 76
      StackMap locals:
      StackMap stack:
            new sun.net.httpserver.WriteFinishedEvent
            dup
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.t:Lsun/net/httpserver/ExchangeImpl;
            invokespecial sun.net.httpserver.WriteFinishedEvent.<init>:(Lsun/net/httpserver/ExchangeImpl;)V
            astore 2 /* e */
        start local 2 // sun.net.httpserver.WriteFinishedEvent e
        10: .line 77
            aload 0 /* this */
            getfield sun.net.httpserver.UndefLengthOutputStream.t:Lsun/net/httpserver/ExchangeImpl;
            invokevirtual sun.net.httpserver.ExchangeImpl.getHttpContext:()Lsun/net/httpserver/HttpContextImpl;
            invokevirtual sun.net.httpserver.HttpContextImpl.getServerImpl:()Lsun/net/httpserver/ServerImpl;
            aload 2 /* e */
            invokevirtual sun.net.httpserver.ServerImpl.addEvent:(Lsun/net/httpserver/Event;)V
        11: .line 78
            return
        end local 2 // sun.net.httpserver.WriteFinishedEvent e
        end local 1 // sun.net.httpserver.LeftOverInputStream is
        end local 0 // sun.net.httpserver.UndefLengthOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/net/httpserver/UndefLengthOutputStream;
            5   12     1    is  Lsun/net/httpserver/LeftOverInputStream;
           10   12     2     e  Lsun/net/httpserver/WriteFinishedEvent;
      Exception table:
        from    to  target  type
           6     7       8  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "UndefLengthOutputStream.java"