public final class io.netty.channel.unix.IovArray implements io.netty.channel.ChannelOutboundBuffer$MessageProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.unix.IovArray
  super_class: java.lang.Object
{
  private static final int ADDRESS_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int IOV_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final long memoryAddress;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long size;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long maxBytes;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 52
            ldc Lio/netty/channel/unix/IovArray;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.netty.channel.unix.IovArray.$assertionsDisabled:Z
         3: .line 55
            invokestatic io.netty.util.internal.PlatformDependent.addressSize:()I
            putstatic io.netty.channel.unix.IovArray.ADDRESS_SIZE:I
         4: .line 61
            iconst_2
            getstatic io.netty.channel.unix.IovArray.ADDRESS_SIZE:I
            imul
            putstatic io.netty.channel.unix.IovArray.IOV_SIZE:I
         5: .line 67
            getstatic io.netty.channel.unix.Limits.IOV_MAX:I
            getstatic io.netty.channel.unix.IovArray.IOV_SIZE:I
            imul
            putstatic io.netty.channel.unix.IovArray.CAPACITY:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.channel.unix.IovArray this
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            getstatic io.netty.channel.unix.Limits.SSIZE_MAX:J
            putfield io.netty.channel.unix.IovArray.maxBytes:J
         2: .line 75
            aload 0 /* this */
            getstatic io.netty.channel.unix.IovArray.CAPACITY:I
            i2l
            invokestatic io.netty.util.internal.PlatformDependent.allocateMemory:(J)J
            putfield io.netty.channel.unix.IovArray.memoryAddress:J
         3: .line 76
            return
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/unix/IovArray;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.channel.unix.IovArray this
         0: .line 79
            aload 0 /* this */
            iconst_0
            putfield io.netty.channel.unix.IovArray.count:I
         1: .line 80
            aload 0 /* this */
            lconst_0
            putfield io.netty.channel.unix.IovArray.size:J
         2: .line 81
            return
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/channel/unix/IovArray;

  public boolean add(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // io.netty.channel.unix.IovArray this
        start local 1 // io.netty.buffer.ByteBuf buf
         0: .line 91
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.count:I
            getstatic io.netty.channel.unix.Limits.IOV_MAX:I
            if_icmpne 2
         1: .line 93
            iconst_0
            ireturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.hasMemoryAddress:()Z
            ifeq 6
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.nioBufferCount:()I
            iconst_1
            if_icmpne 6
         3: .line 95
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            istore 2 /* len */
        start local 2 // int len
         4: .line 96
            iload 2 /* len */
            ifeq 5
            aload 0 /* this */
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.memoryAddress:()J
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            iload 2 /* len */
            invokevirtual io.netty.channel.unix.IovArray.add:(JII)Z
            ifne 5
            iconst_0
            ireturn
      StackMap locals: int
      StackMap stack:
         5: iconst_1
            ireturn
        end local 2 // int len
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.nioBuffers:()[Ljava/nio/ByteBuffer;
            astore 2 /* buffers */
        start local 2 // java.nio.ByteBuffer[] buffers
         7: .line 99
            aload 2 /* buffers */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 13
      StackMap locals: io.netty.channel.unix.IovArray io.netty.buffer.ByteBuf java.nio.ByteBuffer[] top int int java.nio.ByteBuffer[]
      StackMap stack:
         8: aload 6
            iload 4
            aaload
            astore 3 /* nioBuffer */
        start local 3 // java.nio.ByteBuffer nioBuffer
         9: .line 100
            aload 3 /* nioBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 7 /* len */
        start local 7 // int len
        10: .line 101
            iload 7 /* len */
            ifeq 12
            aload 0 /* this */
            aload 3 /* nioBuffer */
            invokestatic io.netty.util.internal.PlatformDependent.directBufferAddress:(Ljava/nio/ByteBuffer;)J
            aload 3 /* nioBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 7 /* len */
            invokevirtual io.netty.channel.unix.IovArray.add:(JII)Z
            ifeq 11
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.count:I
            getstatic io.netty.channel.unix.Limits.IOV_MAX:I
            if_icmpne 12
        11: .line 102
      StackMap locals: io.netty.channel.unix.IovArray io.netty.buffer.ByteBuf java.nio.ByteBuffer[] java.nio.ByteBuffer int int java.nio.ByteBuffer[] int
      StackMap stack:
            iconst_0
            ireturn
        end local 7 // int len
        end local 3 // java.nio.ByteBuffer nioBuffer
        12: .line 99
      StackMap locals: io.netty.channel.unix.IovArray io.netty.buffer.ByteBuf java.nio.ByteBuffer[] top int int java.nio.ByteBuffer[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        13: iload 4
            iload 5
            if_icmplt 8
        14: .line 105
            iconst_1
            ireturn
        end local 2 // java.nio.ByteBuffer[] buffers
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lio/netty/channel/unix/IovArray;
            0   15     1        buf  Lio/netty/buffer/ByteBuf;
            4    6     2        len  I
            7   15     2    buffers  [Ljava/nio/ByteBuffer;
            9   12     3  nioBuffer  Ljava/nio/ByteBuffer;
           10   12     7        len  I
    MethodParameters:
      Name  Flags
      buf   

  private boolean add(long, int, int);
    descriptor: (JII)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // io.netty.channel.unix.IovArray this
        start local 1 // long addr
        start local 3 // int offset
        start local 4 // int len
         0: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.count:I
            invokevirtual io.netty.channel.unix.IovArray.memoryAddress:(I)J
            lstore 5 /* baseOffset */
        start local 5 // long baseOffset
         1: .line 111
            lload 5 /* baseOffset */
            getstatic io.netty.channel.unix.IovArray.ADDRESS_SIZE:I
            i2l
            ladd
            lstore 7 /* lengthOffset */
        start local 7 // long lengthOffset
         2: .line 115
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.maxBytes:J
            iload 4 /* len */
            i2l
            lsub
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.size:J
            lcmp
            ifge 4
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.count:I
            ifle 4
         3: .line 122
            iconst_0
            ireturn
         4: .line 124
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.channel.unix.IovArray.size:J
            iload 4 /* len */
            i2l
            ladd
            putfield io.netty.channel.unix.IovArray.size:J
         5: .line 125
            aload 0 /* this */
            dup
            getfield io.netty.channel.unix.IovArray.count:I
            iconst_1
            iadd
            putfield io.netty.channel.unix.IovArray.count:I
         6: .line 127
            getstatic io.netty.channel.unix.IovArray.ADDRESS_SIZE:I
            bipush 8
            if_icmpne 10
         7: .line 129
            lload 5 /* baseOffset */
            lload 1 /* addr */
            iload 3 /* offset */
            i2l
            ladd
            invokestatic io.netty.util.internal.PlatformDependent.putLong:(JJ)V
         8: .line 130
            lload 7 /* lengthOffset */
            iload 4 /* len */
            i2l
            invokestatic io.netty.util.internal.PlatformDependent.putLong:(JJ)V
         9: .line 131
            goto 13
        10: .line 132
      StackMap locals:
      StackMap stack:
            getstatic io.netty.channel.unix.IovArray.$assertionsDisabled:Z
            ifne 11
            getstatic io.netty.channel.unix.IovArray.ADDRESS_SIZE:I
            iconst_4
            if_icmpeq 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 133
      StackMap locals:
      StackMap stack:
            lload 5 /* baseOffset */
            lload 1 /* addr */
            l2i
            iload 3 /* offset */
            iadd
            invokestatic io.netty.util.internal.PlatformDependent.putInt:(JI)V
        12: .line 134
            lload 7 /* lengthOffset */
            iload 4 /* len */
            invokestatic io.netty.util.internal.PlatformDependent.putInt:(JI)V
        13: .line 136
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 7 // long lengthOffset
        end local 5 // long baseOffset
        end local 4 // int len
        end local 3 // int offset
        end local 1 // long addr
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lio/netty/channel/unix/IovArray;
            0   14     1          addr  J
            0   14     3        offset  I
            0   14     4           len  I
            1   14     5    baseOffset  J
            2   14     7  lengthOffset  J
    MethodParameters:
        Name  Flags
      addr    
      offset  
      len     

  public int count();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.unix.IovArray this
         0: .line 143
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.count:I
            ireturn
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/unix/IovArray;

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.unix.IovArray this
         0: .line 150
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.size:J
            lreturn
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/unix/IovArray;

  public void maxBytes(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.netty.channel.unix.IovArray this
        start local 1 // long maxBytes
         0: .line 164
            aload 0 /* this */
            getstatic io.netty.channel.unix.Limits.SSIZE_MAX:J
            lload 1 /* maxBytes */
            ldc "maxBytes"
            invokestatic io.netty.util.internal.ObjectUtil.checkPositive:(JLjava/lang/String;)J
            invokestatic java.lang.Math.min:(JJ)J
            putfield io.netty.channel.unix.IovArray.maxBytes:J
         1: .line 165
            return
        end local 1 // long maxBytes
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/channel/unix/IovArray;
            0    2     1  maxBytes  J
    MethodParameters:
          Name  Flags
      maxBytes  

  public long maxBytes();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.unix.IovArray this
         0: .line 172
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.maxBytes:J
            lreturn
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/unix/IovArray;

  public long memoryAddress(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.unix.IovArray this
        start local 1 // int offset
         0: .line 179
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.memoryAddress:J
            getstatic io.netty.channel.unix.IovArray.IOV_SIZE:I
            iload 1 /* offset */
            imul
            i2l
            ladd
            lreturn
        end local 1 // int offset
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/channel/unix/IovArray;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.unix.IovArray this
         0: .line 186
            aload 0 /* this */
            getfield io.netty.channel.unix.IovArray.memoryAddress:J
            invokestatic io.netty.util.internal.PlatformDependent.freeMemory:(J)V
         1: .line 187
            return
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/unix/IovArray;

  public boolean processMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.unix.IovArray this
        start local 1 // java.lang.Object msg
         0: .line 191
            aload 1 /* msg */
            instanceof io.netty.buffer.ByteBuf
            ifeq 1
            aload 0 /* this */
            aload 1 /* msg */
            checkcast io.netty.buffer.ByteBuf
            invokevirtual io.netty.channel.unix.IovArray.add:(Lio/netty/buffer/ByteBuf;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.unix.IovArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/unix/IovArray;
            0    2     1   msg  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "IovArray.java"
InnerClasses:
  public abstract MessageProcessor = io.netty.channel.ChannelOutboundBuffer$MessageProcessor of io.netty.channel.ChannelOutboundBuffer