public class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.ServletOutputStreamImpl
  super_class: java.lang.Object
{
  private final org.glassfish.grizzly.servlet.HttpServletResponseImpl servletResponse;
    descriptor: Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.glassfish.grizzly.http.io.NIOOutputStream outputStream;
    descriptor: Lorg/glassfish/grizzly/http/io/NIOOutputStream;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.grizzly.WriteHandler writeHandler;
    descriptor: Lorg/glassfish/grizzly/WriteHandler;
    flags: (0x0002) ACC_PRIVATE

  private boolean hasSetWriteListener;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean prevIsReady;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.ThreadLocal<java.lang.Boolean> CAN_WRITE_SCOPE;
    descriptor: Ljava/lang/ThreadLocal;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/ThreadLocal<Ljava/lang/Boolean;>;

  protected void <init>(org.glassfish.grizzly.servlet.HttpServletResponseImpl);
    descriptor: (Lorg/glassfish/grizzly/servlet/HttpServletResponseImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tServletOutputStream cannot be resolved to a type\n\tThe method write(int) of type ServletOutputStreamImpl must override or implement a supertype method\n\tThe method write(byte[]) of type ServletOutputStreamImpl must override or implement a supertype method\n\tThe method write(byte[], int, int) of type ServletOutputStreamImpl must override or implement a supertype method\n\tThe method flush() of type ServletOutputStreamImpl must override or implement a supertype method\n\tThe method close() of type ServletOutputStreamImpl must override or implement a supertype method\n\tThe method isReady() of type ServletOutputStreamImpl must override or implement a supertype method\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n\tWriteListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    MethodParameters:
                 Name  Flags
      servletResponse  final

  protected void initialize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method write(int) of type ServletOutputStreamImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method write(byte[]) of type ServletOutputStreamImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method write(byte[], int, int) of type ServletOutputStreamImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method flush() of type ServletOutputStreamImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 91
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close() of type ServletOutputStreamImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public boolean isReady();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isReady() of type ServletOutputStreamImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;

  public void setWriteListener(WriteListener);
    descriptor: (LWriteListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 137
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWriteListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
    MethodParameters:
               Name  Flags
      writeListener  

  void recycle();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
         0: .line 152
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletOutputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletOutputStreamImpl;
}
SourceFile: "ServletOutputStreamImpl.java"
NestMembers:
  org.glassfish.grizzly.servlet.ServletOutputStreamImpl$WriteHandlerImpl  org.glassfish.grizzly.servlet.ServletOutputStreamImpl$WriteHandlerImpl$1  org.glassfish.grizzly.servlet.ServletOutputStreamImpl$WriteHandlerImpl$2
InnerClasses:
  WriteHandlerImpl = org.glassfish.grizzly.servlet.ServletOutputStreamImpl$WriteHandlerImpl of org.glassfish.grizzly.servlet.ServletOutputStreamImpl