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

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

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

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

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

  private static final java.lang.ThreadLocal<java.lang.Boolean> IS_READY_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.HttpServletRequestImpl);
    descriptor: (Lorg/glassfish/grizzly/servlet/HttpServletRequestImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl 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\tServletInputStream cannot be resolved to a type\n\tThe method read() of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method available() of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method read(byte[]) of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method read(byte[], int, int) of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method skip(long) of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method mark(int) of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method reset() of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method markSupported() of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method close() of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method isFinished() of type ServletInputStreamImpl must override or implement a supertype method\n\tThe method isReady() of type ServletInputStreamImpl must override or implement a supertype method\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    MethodParameters:
                Name  Flags
      servletRequest  final

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 47
            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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method read() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method available() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method read(byte[]) of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method read(byte[], int, int) of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   final

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method skip(long) of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     final

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method mark(int) of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    MethodParameters:
           Name  Flags
      readlimit  final

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method reset() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method markSupported() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    Exceptions:
      throws java.io.IOException

  void recycle();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 134
            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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;

  public boolean isFinished();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isFinished() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;

  public boolean isReady();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isReady() of type ServletInputStreamImpl 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.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;

  public void setReadListener(ReadListener);
    descriptor: (LReadListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tReadListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletInputStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletInputStreamImpl;
    MethodParameters:
              Name  Flags
      readListener  final
}
SourceFile: "ServletInputStreamImpl.java"
NestMembers:
  org.glassfish.grizzly.servlet.ServletInputStreamImpl$ReadHandlerImpl  org.glassfish.grizzly.servlet.ServletInputStreamImpl$ReadHandlerImpl$1  org.glassfish.grizzly.servlet.ServletInputStreamImpl$ReadHandlerImpl$2  org.glassfish.grizzly.servlet.ServletInputStreamImpl$ReadHandlerImpl$3
InnerClasses:
  ReadHandlerImpl = org.glassfish.grizzly.servlet.ServletInputStreamImpl$ReadHandlerImpl of org.glassfish.grizzly.servlet.ServletInputStreamImpl