class org.glassfish.grizzly.http.server.NIOOutputStreamImpl extends org.glassfish.grizzly.http.io.NIOOutputStream implements org.glassfish.grizzly.Cacheable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.NIOOutputStreamImpl
  super_class: org.glassfish.grizzly.http.io.NIOOutputStream
{
  private org.glassfish.grizzly.http.io.OutputBuffer outputBuffer;
    descriptor: Lorg/glassfish/grizzly/http/io/OutputBuffer;
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
         0: .line 32
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.io.NIOOutputStream.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // int b
         0: .line 44
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            iload 1 /* b */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writeByte:(I)V
         1: .line 45
            return
        end local 1 // int b
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // byte[] b
         0: .line 51
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            aload 1 /* b */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:([B)V
         1: .line 52
            return
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 59
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:([BII)V
         1: .line 60
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   final

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
         0: .line 66
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flush:()V
         1: .line 67
            return
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
    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 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
         0: .line 73
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.close:()V
         1: .line 74
            return
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public boolean canWrite(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // int length
         0: .line 86
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWrite:()Z
            ireturn
        end local 1 // int length
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      length  final

  public boolean canWrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
         0: .line 93
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.canWrite:()Z
            ireturn
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;

  public void notifyCanWrite(org.glassfish.grizzly.WriteHandler, int);
    descriptor: (Lorg/glassfish/grizzly/WriteHandler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // org.glassfish.grizzly.WriteHandler handler
        start local 2 // int length
         0: .line 102
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            aload 1 /* handler */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
         1: .line 103
            return
        end local 2 // int length
        end local 1 // org.glassfish.grizzly.WriteHandler handler
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1  handler  Lorg/glassfish/grizzly/WriteHandler;
            0    2     2   length  I
    MethodParameters:
         Name  Flags
      handler  final
      length   final

  public void notifyCanWrite(org.glassfish.grizzly.WriteHandler);
    descriptor: (Lorg/glassfish/grizzly/WriteHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // org.glassfish.grizzly.WriteHandler handler
         0: .line 110
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            aload 1 /* handler */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
         1: .line 111
            return
        end local 1 // org.glassfish.grizzly.WriteHandler handler
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1  handler  Lorg/glassfish/grizzly/WriteHandler;
    MethodParameters:
         Name  Flags
      handler  final

  public void write(org.glassfish.grizzly.Buffer);
    descriptor: (Lorg/glassfish/grizzly/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // org.glassfish.grizzly.Buffer buffer
         0: .line 121
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
            aload 1 /* buffer */
            invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writeBuffer:(Lorg/glassfish/grizzly/Buffer;)V
         1: .line 122
            return
        end local 1 // org.glassfish.grizzly.Buffer buffer
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1  buffer  Lorg/glassfish/grizzly/Buffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  final

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
         0: .line 131
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
         1: .line 133
            return
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;

  public void setOutputBuffer(org.glassfish.grizzly.http.io.OutputBuffer);
    descriptor: (Lorg/glassfish/grizzly/http/io/OutputBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
        start local 1 // org.glassfish.grizzly.http.io.OutputBuffer outputBuffer
         0: .line 141
            aload 0 /* this */
            aload 1 /* outputBuffer */
            putfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
         1: .line 143
            return
        end local 1 // org.glassfish.grizzly.http.io.OutputBuffer outputBuffer
        end local 0 // org.glassfish.grizzly.http.server.NIOOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
            0    2     1  outputBuffer  Lorg/glassfish/grizzly/http/io/OutputBuffer;
    MethodParameters:
              Name  Flags
      outputBuffer  final
}
SourceFile: "NIOOutputStreamImpl.java"