class io.netty.channel.ChannelOutboundBuffer$1 extends io.netty.util.concurrent.FastThreadLocal<java.nio.ByteBuffer[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.ChannelOutboundBuffer$1
  super_class: io.netty.util.concurrent.FastThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.ChannelOutboundBuffer$1 this
         0: .line 65
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.FastThreadLocal.<init>:()V
            return
        end local 0 // io.netty.channel.ChannelOutboundBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/ChannelOutboundBuffer$1;

  protected java.nio.ByteBuffer[] initialValue();
    descriptor: ()[Ljava/nio/ByteBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.ChannelOutboundBuffer$1 this
         0: .line 68
            sipush 1024
            anewarray java.nio.ByteBuffer
            areturn
        end local 0 // io.netty.channel.ChannelOutboundBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/ChannelOutboundBuffer$1;
    Exceptions:
      throws java.lang.Exception

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.ChannelOutboundBuffer$1.initialValue:()[Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/util/concurrent/FastThreadLocal<[Ljava/nio/ByteBuffer;>;
SourceFile: "ChannelOutboundBuffer.java"
EnclosingMethod: io.netty.channel.ChannelOutboundBuffer
NestHost: io.netty.channel.ChannelOutboundBuffer
InnerClasses:
  io.netty.channel.ChannelOutboundBuffer$1