final class io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle extends io.netty.channel.epoll.EpollRecvByteAllocatorHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle
  super_class: io.netty.channel.epoll.EpollRecvByteAllocatorHandle
{
  public void <init>(io.netty.channel.RecvByteBufAllocator$ExtendedHandle);
    descriptor: (Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle this
        start local 1 // io.netty.channel.RecvByteBufAllocator$ExtendedHandle handle
         0: .line 22
            aload 0 /* this */
            aload 1 /* handle */
            invokespecial io.netty.channel.epoll.EpollRecvByteAllocatorHandle.<init>:(Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;)V
         1: .line 23
            return
        end local 1 // io.netty.channel.RecvByteBufAllocator$ExtendedHandle handle
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/channel/epoll/EpollRecvByteAllocatorStreamingHandle;
            0    2     1  handle  Lio/netty/channel/RecvByteBufAllocator$ExtendedHandle;
    MethodParameters:
        Name  Flags
      handle  

  boolean maybeMoreDataToRead();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle this
         0: .line 33
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle.lastBytesRead:()I
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle.attemptedBytesRead:()I
            if_icmpeq 1
            aload 0 /* this */
            invokevirtual io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle.isReceivedRdHup:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // io.netty.channel.epoll.EpollRecvByteAllocatorStreamingHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/EpollRecvByteAllocatorStreamingHandle;
}
SourceFile: "EpollRecvByteAllocatorStreamingHandle.java"
InnerClasses:
  public abstract ExtendedHandle = io.netty.channel.RecvByteBufAllocator$ExtendedHandle of io.netty.channel.RecvByteBufAllocator