class org.eclipse.jetty.http.HttpTester$1 extends org.eclipse.jetty.http.HttpTester$Input
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.http.HttpTester$1
  super_class: org.eclipse.jetty.http.HttpTester$Input
{
  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.http.HttpTester$1 this
        start local 1 // java.nio.ByteBuffer $anonymous0
         0: .line 108
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.eclipse.jetty.http.HttpTester$Input.<init>:(Ljava/nio/ByteBuffer;)V
            return
        end local 1 // java.nio.ByteBuffer $anonymous0
        end local 0 // org.eclipse.jetty.http.HttpTester$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jetty/http/HttpTester$1;
            0    1     1  $anonymous0  Ljava/nio/ByteBuffer;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public int fillBuffer();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.http.HttpTester$1 this
         0: .line 113
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.http.HttpTester$1._eof:Z
         1: .line 114
            iconst_m1
            ireturn
        end local 0 // org.eclipse.jetty.http.HttpTester$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/http/HttpTester$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HttpTester.java"
EnclosingMethod: org.eclipse.jetty.http.HttpTester.from:(Ljava/nio/ByteBuffer;)Lorg/eclipse/jetty/http/HttpTester$Input;
NestHost: org.eclipse.jetty.http.HttpTester
InnerClasses:
  org.eclipse.jetty.http.HttpTester$1
  public abstract Input = org.eclipse.jetty.http.HttpTester$Input of org.eclipse.jetty.http.HttpTester