public class io.netty.handler.codec.http.HttpChunkedInput implements io.netty.handler.stream.ChunkedInput<io.netty.handler.codec.http.HttpContent>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.HttpChunkedInput
  super_class: java.lang.Object
{
  private final io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf> input;
    descriptor: Lio/netty/handler/stream/ChunkedInput;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/netty/handler/stream/ChunkedInput<Lio/netty/buffer/ByteBuf;>;

  private final io.netty.handler.codec.http.LastHttpContent lastHttpContent;
    descriptor: Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf>);
    descriptor: (Lio/netty/handler/stream/ChunkedInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
        start local 1 // io.netty.handler.stream.ChunkedInput input
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* input */
            putfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
         2: .line 55
            aload 0 /* this */
            getstatic io.netty.handler.codec.http.LastHttpContent.EMPTY_LAST_CONTENT:Lio/netty/handler/codec/http/LastHttpContent;
            putfield io.netty.handler.codec.http.HttpChunkedInput.lastHttpContent:Lio/netty/handler/codec/http/LastHttpContent;
         3: .line 56
            return
        end local 1 // io.netty.handler.stream.ChunkedInput input
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/handler/codec/http/HttpChunkedInput;
            0    4     1  input  Lio/netty/handler/stream/ChunkedInput<Lio/netty/buffer/ByteBuf;>;
    Signature: (Lio/netty/handler/stream/ChunkedInput<Lio/netty/buffer/ByteBuf;>;)V
    MethodParameters:
       Name  Flags
      input  

  public void <init>(io.netty.handler.stream.ChunkedInput<io.netty.buffer.ByteBuf>, io.netty.handler.codec.http.LastHttpContent);
    descriptor: (Lio/netty/handler/stream/ChunkedInput;Lio/netty/handler/codec/http/LastHttpContent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
        start local 1 // io.netty.handler.stream.ChunkedInput input
        start local 2 // io.netty.handler.codec.http.LastHttpContent lastHttpContent
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            aload 1 /* input */
            putfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
         2: .line 67
            aload 0 /* this */
            aload 2 /* lastHttpContent */
            putfield io.netty.handler.codec.http.HttpChunkedInput.lastHttpContent:Lio/netty/handler/codec/http/LastHttpContent;
         3: .line 68
            return
        end local 2 // io.netty.handler.codec.http.LastHttpContent lastHttpContent
        end local 1 // io.netty.handler.stream.ChunkedInput input
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/netty/handler/codec/http/HttpChunkedInput;
            0    4     1            input  Lio/netty/handler/stream/ChunkedInput<Lio/netty/buffer/ByteBuf;>;
            0    4     2  lastHttpContent  Lio/netty/handler/codec/http/LastHttpContent;
    Signature: (Lio/netty/handler/stream/ChunkedInput<Lio/netty/buffer/ByteBuf;>;Lio/netty/handler/codec/http/LastHttpContent;)V
    MethodParameters:
                 Name  Flags
      input            
      lastHttpContent  

  public boolean isEndOfInput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
         0: .line 72
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
            invokeinterface io.netty.handler.stream.ChunkedInput.isEndOfInput:()Z
            ifeq 2
         1: .line 74
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.sentLastChunk:Z
            ireturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http/HttpChunkedInput;
    Exceptions:
      throws java.lang.Exception

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
         0: .line 82
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
            invokeinterface io.netty.handler.stream.ChunkedInput.close:()V
         1: .line 83
            return
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/HttpChunkedInput;
    Exceptions:
      throws java.lang.Exception

  public io.netty.handler.codec.http.HttpContent readChunk(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)Lio/netty/handler/codec/http/HttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 88
            aload 0 /* this */
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokevirtual io.netty.handler.codec.http.HttpChunkedInput.readChunk:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/handler/codec/http/HttpContent;
            areturn
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpChunkedInput;
            0    1     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      ctx   

  public io.netty.handler.codec.http.HttpContent readChunk(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Lio/netty/handler/codec/http/HttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
         0: .line 93
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
            invokeinterface io.netty.handler.stream.ChunkedInput.isEndOfInput:()Z
            ifeq 5
         1: .line 94
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.sentLastChunk:Z
            ifeq 3
         2: .line 95
            aconst_null
            areturn
         3: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.netty.handler.codec.http.HttpChunkedInput.sentLastChunk:Z
         4: .line 99
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.lastHttpContent:Lio/netty/handler/codec/http/LastHttpContent;
            areturn
         5: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
            aload 1 /* allocator */
            invokeinterface io.netty.handler.stream.ChunkedInput.readChunk:(Lio/netty/buffer/ByteBufAllocator;)Ljava/lang/Object;
            checkcast io.netty.buffer.ByteBuf
            astore 2 /* buf */
        start local 2 // io.netty.buffer.ByteBuf buf
         6: .line 103
            aload 2 /* buf */
            ifnonnull 8
         7: .line 104
            aconst_null
            areturn
         8: .line 106
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            new io.netty.handler.codec.http.DefaultHttpContent
            dup
            aload 2 /* buf */
            invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 2 // io.netty.buffer.ByteBuf buf
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lio/netty/handler/codec/http/HttpChunkedInput;
            0    9     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            6    9     2        buf  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      allocator  

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
         0: .line 112
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
            invokeinterface io.netty.handler.stream.ChunkedInput.length:()J
            lreturn
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpChunkedInput;

  public long progress();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpChunkedInput this
         0: .line 117
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpChunkedInput.input:Lio/netty/handler/stream/ChunkedInput;
            invokeinterface io.netty.handler.stream.ChunkedInput.progress:()J
            lreturn
        end local 0 // io.netty.handler.codec.http.HttpChunkedInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpChunkedInput;

  public java.lang.Object readChunk(io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpChunkedInput.readChunk:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/handler/codec/http/HttpContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  public java.lang.Object readChunk(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpChunkedInput.readChunk:(Lio/netty/channel/ChannelHandlerContext;)Lio/netty/handler/codec/http/HttpContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lio/netty/handler/stream/ChunkedInput<Lio/netty/handler/codec/http/HttpContent;>;
SourceFile: "HttpChunkedInput.java"