final class org.apache.cassandra.security.EncryptionUtils$ChannelAdapter implements java.nio.channels.WritableByteChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.cassandra.security.EncryptionUtils$ChannelAdapter
  super_class: java.lang.Object
{
  private final java.nio.ByteBuffer buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 224
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 226
            aload 0 /* this */
            aload 1 /* buffer */
            putfield org.apache.cassandra.security.EncryptionUtils$ChannelAdapter.buffer:Ljava/nio/ByteBuffer;
         2: .line 227
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/cassandra/security/EncryptionUtils$ChannelAdapter;
            0    3     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
        start local 1 // java.nio.ByteBuffer src
         0: .line 231
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* count */
        start local 2 // int count
         1: .line 232
            aload 0 /* this */
            getfield org.apache.cassandra.security.EncryptionUtils$ChannelAdapter.buffer:Ljava/nio/ByteBuffer;
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         2: .line 233
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/cassandra/security/EncryptionUtils$ChannelAdapter;
            0    3     1    src  Ljava/nio/ByteBuffer;
            1    3     2  count  I
    MethodParameters:
      Name  Flags
      src   

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
         0: .line 238
            iconst_1
            ireturn
        end local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/security/EncryptionUtils$ChannelAdapter;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
         0: .line 244
            return
        end local 0 // org.apache.cassandra.security.EncryptionUtils$ChannelAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/security/EncryptionUtils$ChannelAdapter;
}
SourceFile: "EncryptionUtils.java"
NestHost: org.apache.cassandra.security.EncryptionUtils
InnerClasses:
  private final ChannelAdapter = org.apache.cassandra.security.EncryptionUtils$ChannelAdapter of org.apache.cassandra.security.EncryptionUtils