class org.xnio.channels.Channels$2 implements org.xnio.channels.ByteChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.channels.Channels$2
  super_class: java.lang.Object
{
  private final org.xnio.channels.ByteChannel val$original;
    descriptor: Lorg/xnio/channels/ByteChannel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.channels.ByteChannel);
    descriptor: (Lorg/xnio/channels/ByteChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.Channels$2 this
         0: .line 763
            aload 0 /* this */
            aload 1
            putfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/Channels$2;
    MethodParameters:
              Name  Flags
      val$original  final

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.Channels$2 this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 765
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 1 /* dst */
            invokeinterface org.xnio.channels.ByteChannel.read:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/Channels$2;
            0    1     1   dst  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.Channels$2 this
         0: .line 769
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            invokeinterface org.xnio.channels.ByteChannel.isOpen:()Z
            ireturn
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/Channels$2;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.Channels$2 this
         0: .line 773
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            invokeinterface org.xnio.channels.ByteChannel.close:()V
         1: .line 774
            return
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/Channels$2;
    Exceptions:
      throws java.io.IOException

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.Channels$2 this
        start local 1 // java.nio.ByteBuffer src
         0: .line 777
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 1 /* src */
            invokeinterface org.xnio.channels.ByteChannel.write:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/Channels$2;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   final

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.channels.Channels$2 this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 781
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.channels.ByteChannel.write:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/Channels$2;
            0    1     1    srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    final
      offset  final
      length  final

  public long write(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.Channels$2 this
        start local 1 // java.nio.ByteBuffer[] srcs
         0: .line 785
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 1 /* srcs */
            invokeinterface org.xnio.channels.ByteChannel.write:([Ljava/nio/ByteBuffer;)J
            lreturn
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/Channels$2;
            0    1     1  srcs  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      srcs  final

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.channels.Channels$2 this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 789
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.channels.ByteChannel.read:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/Channels$2;
            0    1     1    dsts  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    final
      offset  final
      length  final

  public long read(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.Channels$2 this
        start local 1 // java.nio.ByteBuffer[] dsts
         0: .line 793
            aload 0 /* this */
            getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
            aload 1 /* dsts */
            invokeinterface org.xnio.channels.ByteChannel.read:([Ljava/nio/ByteBuffer;)J
            lreturn
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // org.xnio.channels.Channels$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/Channels$2;
            0    1     1  dsts  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dsts  final
}
SourceFile: "Channels.java"
EnclosingMethod: org.xnio.channels.Channels.wrapByteChannel:(Lorg/xnio/channels/ByteChannel;)Lorg/xnio/channels/ByteChannel;
NestHost: org.xnio.channels.Channels
InnerClasses:
  org.xnio.channels.Channels$2