public class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor implements org.eclipse.jetty.server.HttpInput$Interceptor, org.eclipse.jetty.util.component.Destroyable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
  super_class: java.lang.Object
{
  private final org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder _decoder;
    descriptor: Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.nio.ByteBuffer _chunk;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jetty.io.ByteBufferPool, int);
    descriptor: (Lorg/eclipse/jetty/io/ByteBufferPool;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this
        start local 1 // org.eclipse.jetty.io.ByteBufferPool pool
        start local 2 // int bufferSize
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            new org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder
            dup
            aload 0 /* this */
            aload 1 /* pool */
            iload 2 /* bufferSize */
            invokespecial org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.<init>:(Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;Lorg/eclipse/jetty/io/ByteBufferPool;I)V
            putfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._decoder:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
         2: .line 40
            return
        end local 2 // int bufferSize
        end local 1 // org.eclipse.jetty.io.ByteBufferPool pool
        end local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
            0    3     1        pool  Lorg/eclipse/jetty/io/ByteBufferPool;
            0    3     2  bufferSize  I
    MethodParameters:
            Name  Flags
      pool        
      bufferSize  

  public org.eclipse.jetty.server.HttpInput$Content readFrom(org.eclipse.jetty.server.HttpInput$Content);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;)Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
         0: .line 45
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._decoder:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
            aload 1 /* content */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.getByteBuffer:()Ljava/nio/ByteBuffer;
            invokevirtual org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.decodeChunks:(Ljava/nio/ByteBuffer;)V
         1: .line 46
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._chunk:Ljava/nio/ByteBuffer;
            astore 2 /* chunk */
        start local 2 // java.nio.ByteBuffer chunk
         2: .line 48
            aload 2 /* chunk */
            ifnonnull 4
         3: .line 49
            aconst_null
            areturn
         4: .line 51
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            new org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1
            dup
            aload 0 /* this */
            aload 2 /* chunk */
            aload 2 /* chunk */
            invokespecial org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1.<init>:(Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V
            areturn
        end local 2 // java.nio.ByteBuffer chunk
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
            0    5     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
            2    5     2    chunk  Ljava/nio/ByteBuffer;
    MethodParameters:
         Name  Flags
      content  

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this
         0: .line 64
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor._decoder:Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor$Decoder;
            invokevirtual org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder.destroy:()V
         1: .line 65
            return
        end local 0 // org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/handler/gzip/GzipHttpInputInterceptor;
}
SourceFile: "GzipHttpInputInterceptor.java"
NestMembers:
  org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1  org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder
InnerClasses:
  public Content = org.eclipse.jetty.server.HttpInput$Content of org.eclipse.jetty.server.HttpInput
  public abstract Interceptor = org.eclipse.jetty.server.HttpInput$Interceptor of org.eclipse.jetty.server.HttpInput
  org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$1
  private Decoder = org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor$Decoder of org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor