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 0: aload 0
invokespecial org.glassfish.grizzly.http.io.NIOOutputStream.<init>:()V
return
end local 0 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 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
iload 1
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writeByte:(I)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
aload 1
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:([B)V
1: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
aload 1
iload 2
iload 3
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.write:([BII)V
1: return
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.flush:()V
1: return
end local 0 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 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.close:()V
1: return
end local 0 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 start local 1 0: aload 0
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 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/server/NIOOutputStreamImpl;
0 1 1 length I
RuntimeVisibleAnnotations:
java.lang.Deprecated()
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 0: aload 0
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 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 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
aload 1
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
1: return
end local 2 end local 1 end local 0 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
RuntimeVisibleAnnotations:
java.lang.Deprecated()
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 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
aload 1
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.notifyCanWrite:(Lorg/glassfish/grizzly/WriteHandler;)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
aload 1
invokevirtual org.glassfish.grizzly.http.io.OutputBuffer.writeBuffer:(Lorg/glassfish/grizzly/Buffer;)V
1: return
end local 1 end local 0 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 0: aload 0
aconst_null
putfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
1: return
end local 0 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 start local 1 0: aload 0
aload 1
putfield org.glassfish.grizzly.http.server.NIOOutputStreamImpl.outputBuffer:Lorg/glassfish/grizzly/http/io/OutputBuffer;
1: return
end local 1 end local 0 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"