public class io.vertx.rxjava.core.file.AsyncFile implements io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.file.AsyncFile
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.file.AsyncFile> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/file/AsyncFile;>;

  private final io.vertx.core.file.AsyncFile delegate;
    descriptor: Lio/vertx/core/file/AsyncFile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private rx.Observable<io.vertx.rxjava.core.buffer.Buffer> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private io.vertx.rx.java.WriteStreamSubscriber<io.vertx.rxjava.core.buffer.Buffer> subscriber;
    descriptor: Lio/vertx/rx/java/WriteStreamSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/rx/java/WriteStreamSubscriber<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.buffer.Buffer> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/buffer/Buffer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/file/AsyncFile.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 72
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/file/AsyncFile.getDelegate()Lio/vertx/core/file/AsyncFile; (5)
                  (Lio/vertx/rxjava/core/file/AsyncFile;)Ljava/lang/Object;
         2: .line 71
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.file.AsyncFile.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 109
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/file/AsyncFile.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/file/AsyncFile.lambda$3(Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.file.AsyncFile.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.file.AsyncFile
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.file.AsyncFile that
         4: .line 63
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.file.AsyncFile that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public void <init>(io.vertx.core.file.AsyncFile);
    descriptor: (Lio/vertx/core/file/AsyncFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.file.AsyncFile delegate
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
         2: .line 79
            return
        end local 1 // io.vertx.core.file.AsyncFile delegate
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    3     1  delegate  Lio/vertx/core/file/AsyncFile;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // java.lang.Object delegate
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.file.AsyncFile
            putfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
         2: .line 83
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.file.AsyncFile getDelegate();
    descriptor: ()Lio/vertx/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public synchronized rx.Observable<io.vertx.rxjava.core.buffer.Buffer> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.observable:Lrx/Observable;
            ifnonnull 3
         1: .line 93
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/buffer/Buffer.newInstance(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer; (6)
                  (Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 94
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lrx/Observable;
            putfield io.vertx.rxjava.core.file.AsyncFile.observable:Lrx/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.observable:Lrx/Observable;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/core/buffer/Buffer;Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public synchronized io.vertx.rx.java.WriteStreamSubscriber<io.vertx.rxjava.core.buffer.Buffer> toSubscriber();
    descriptor: ()Lio/vertx/rx/java/WriteStreamSubscriber;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 102
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
            ifnonnull 3
         1: .line 103
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 104
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.getDelegate:()Lio/vertx/core/file/AsyncFile;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toSubscriber:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/rx/java/WriteStreamSubscriber;
            putfield io.vertx.rxjava.core.file.AsyncFile.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
        end local 1 // java.util.function.Function conv
         3: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rx/java/WriteStreamSubscriber<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void write(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.write:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 118
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void write(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 125
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 126
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWrite(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 134
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$7(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler handler
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.end:(Lio/vertx/core/Handler;)V
         1: .line 145
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 151
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.end:(Lio/vertx/core/Handler;)V
         1: .line 152
            return
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public rx.Single<java.lang.Void> rxEnd();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 159
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$9(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public void end(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.end:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 171
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void end(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 178
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 179
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxEnd(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 187
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$11(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 197
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.writeQueueFull:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 198
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            1    2     1   ret  Z

  public io.vertx.rxjava.core.streams.Pipe<io.vertx.rxjava.core.buffer.Buffer> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 208
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.pipe:()Lio/vertx/core/streams/Pipe;
            getstatic io.vertx.rxjava.core.file.AsyncFile.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 209
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 224
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 236
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 237
            return
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public rx.Single<java.lang.Void> rxPipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 250
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/rxjava/core/streams/WriteStream;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$13(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    1     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.rxjava.core.file.AsyncFile handler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler handler
         0: .line 256
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            new io.vertx.rxjava.core.file.AsyncFile$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.file.AsyncFile$1.<init>:(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.AsyncFile.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 261
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.file.AsyncFile pause();
    descriptor: ()Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.pause:()Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 266
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public io.vertx.rxjava.core.file.AsyncFile resume();
    descriptor: ()Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.resume:()Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 271
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public io.vertx.rxjava.core.file.AsyncFile endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.file.AsyncFile.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 276
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.rxjava.core.file.AsyncFile setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // int maxSize
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            iload 1 /* maxSize */
            invokeinterface io.vertx.core.file.AsyncFile.setWriteQueueMaxSize:(I)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 281
            aload 0 /* this */
            areturn
        end local 1 // int maxSize
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.rxjava.core.file.AsyncFile drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler handler
         0: .line 285
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 286
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.file.AsyncFile exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler handler
         0: .line 290
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 291
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.file.AsyncFile fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // long amount
         0: .line 295
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            lload 1 /* amount */
            invokeinterface io.vertx.core.file.AsyncFile.fetch:(J)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 296
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler handler
         0: .line 305
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.close:(Lio/vertx/core/Handler;)V
         1: .line 306
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 313
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.close:(Lio/vertx/core/Handler;)V
         1: .line 314
            return
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public rx.Single<java.lang.Void> rxClose();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 322
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$15(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public void write(io.vertx.rxjava.core.buffer.Buffer, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        start local 2 // long position
        start local 4 // io.vertx.core.Handler handler
         0: .line 342
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* buffer */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            lload 2 /* position */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.write:(Lio/vertx/core/buffer/Buffer;JLio/vertx/core/Handler;)V
         1: .line 343
            return
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long position
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1    buffer  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  position  J
            0    2     4   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
          Name  Flags
      buffer    
      position  
      handler   

  public void write(io.vertx.rxjava.core.buffer.Buffer, long);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        start local 2 // long position
         0: .line 359
            aload 0 /* this */
            aload 1 /* buffer */
            lload 2 /* position */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.write:(Lio/vertx/rxjava/core/buffer/Buffer;JLio/vertx/core/Handler;)V
         1: .line 360
            return
        end local 2 // long position
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1    buffer  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  position  J
    MethodParameters:
          Name  Flags
      buffer    
      position  

  public rx.Single<java.lang.Void> rxWrite(io.vertx.rxjava.core.buffer.Buffer, long);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;J)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        start local 2 // long position
         0: .line 377
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* buffer */
            lload 2 /* position */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/rxjava/core/buffer/Buffer;J)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$17(Lio/vertx/rxjava/core/buffer/Buffer;JLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // long position
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    1     1    buffer  Lio/vertx/rxjava/core/buffer/Buffer;
            0    1     2  position  J
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;J)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      buffer    
      position  

  public io.vertx.rxjava.core.file.AsyncFile read(io.vertx.rxjava.core.buffer.Buffer, int, long, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.buffer.Buffer>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;IJILio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        start local 2 // int offset
        start local 3 // long position
        start local 5 // int length
        start local 6 // io.vertx.core.Handler handler
         0: .line 399
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* buffer */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            iload 2 /* offset */
            lload 3 /* position */
            iload 5 /* length */
            new io.vertx.rxjava.core.file.AsyncFile$2
            dup
            aload 0 /* this */
            aload 6 /* handler */
            invokespecial io.vertx.rxjava.core.file.AsyncFile$2.<init>:(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.AsyncFile.read:(Lio/vertx/core/buffer/Buffer;IJILio/vertx/core/Handler;)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 408
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler handler
        end local 5 // int length
        end local 3 // long position
        end local 2 // int offset
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1    buffer  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2    offset  I
            0    2     3  position  J
            0    2     5    length  I
            0    2     6   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/buffer/Buffer;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;IJILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/buffer/Buffer;>;>;)Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
          Name  Flags
      buffer    
      offset    
      position  
      length    
      handler   

  public io.vertx.rxjava.core.file.AsyncFile read(io.vertx.rxjava.core.buffer.Buffer, int, long, int);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;IJI)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        start local 2 // int offset
        start local 3 // long position
        start local 5 // int length
         0: .line 428
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* offset */
            lload 3 /* position */
            iload 5 /* length */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.read:(Lio/vertx/rxjava/core/buffer/Buffer;IJILio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
         1: .line 427
            areturn
        end local 5 // int length
        end local 3 // long position
        end local 2 // int offset
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1    buffer  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2    offset  I
            0    2     3  position  J
            0    2     5    length  I
    MethodParameters:
          Name  Flags
      buffer    
      offset    
      position  
      length    

  public rx.Single<io.vertx.rxjava.core.buffer.Buffer> rxRead(io.vertx.rxjava.core.buffer.Buffer, int, long, int);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;IJI)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        start local 2 // int offset
        start local 3 // long position
        start local 5 // int length
         0: .line 447
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* offset */
            lload 3 /* position */
            iload 5 /* length */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;Lio/vertx/rxjava/core/buffer/Buffer;IJI)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$19(Lio/vertx/rxjava/core/buffer/Buffer;IJILio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 5 // int length
        end local 3 // long position
        end local 2 // int offset
        end local 1 // io.vertx.rxjava.core.buffer.Buffer buffer
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    1     1    buffer  Lio/vertx/rxjava/core/buffer/Buffer;
            0    1     2    offset  I
            0    1     3  position  J
            0    1     5    length  I
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;IJI)Lrx/Single<Lio/vertx/rxjava/core/buffer/Buffer;>;
    MethodParameters:
          Name  Flags
      buffer    
      offset    
      position  
      length    

  public io.vertx.rxjava.core.file.AsyncFile flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler handler
         0: .line 458
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            aload 1 /* handler */
            invokeinterface io.vertx.core.file.AsyncFile.flush:(Lio/vertx/core/Handler;)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 459
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.file.AsyncFile flush();
    descriptor: ()Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 468
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.flush:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
         1: .line 467
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;

  public rx.Single<java.lang.Void> rxFlush();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 476
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/file/AsyncFile;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/file/AsyncFile.lambda$21(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public io.vertx.rxjava.core.file.AsyncFile setReadPos(long);
    descriptor: (J)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // long readPos
         0: .line 487
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            lload 1 /* readPos */
            invokeinterface io.vertx.core.file.AsyncFile.setReadPos:(J)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 488
            aload 0 /* this */
            areturn
        end local 1 // long readPos
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  readPos  J
    MethodParameters:
         Name  Flags
      readPos  

  public io.vertx.rxjava.core.file.AsyncFile setReadLength(long);
    descriptor: (J)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // long readLength
         0: .line 497
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            lload 1 /* readLength */
            invokeinterface io.vertx.core.file.AsyncFile.setReadLength:(J)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 498
            aload 0 /* this */
            areturn
        end local 1 // long readLength
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  readLength  J
    MethodParameters:
            Name  Flags
      readLength  

  public long getReadLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 505
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.getReadLength:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 506
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            1    2     1   ret  J

  public io.vertx.rxjava.core.file.AsyncFile setWritePos(long);
    descriptor: (J)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // long writePos
         0: .line 515
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            lload 1 /* writePos */
            invokeinterface io.vertx.core.file.AsyncFile.setWritePos:(J)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 516
            aload 0 /* this */
            areturn
        end local 1 // long writePos
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  writePos  J
    MethodParameters:
          Name  Flags
      writePos  

  public long getWritePos();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
         0: .line 523
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.getWritePos:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 524
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            1    2     1   ret  J

  public io.vertx.rxjava.core.file.AsyncFile setReadBufferSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // int readBufferSize
         0: .line 534
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.AsyncFile.delegate:Lio/vertx/core/file/AsyncFile;
            iload 1 /* readBufferSize */
            invokeinterface io.vertx.core.file.AsyncFile.setReadBufferSize:(I)Lio/vertx/core/file/AsyncFile;
            pop
         1: .line 535
            aload 0 /* this */
            areturn
        end local 1 // int readBufferSize
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1  readBufferSize  I
    MethodParameters:
                Name  Flags
      readBufferSize  

  public static io.vertx.rxjava.core.file.AsyncFile newInstance(io.vertx.core.file.AsyncFile);
    descriptor: (Lio/vertx/core/file/AsyncFile;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.file.AsyncFile arg
         0: .line 539
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.file.AsyncFile
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.file.AsyncFile.<init>:(Lio/vertx/core/file/AsyncFile;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.file.AsyncFile
         2: areturn
        end local 0 // io.vertx.core.file.AsyncFile arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/file/AsyncFile;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.rxjava.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.pause:()Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.end:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.handler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.write:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.setWriteQueueMaxSize:(I)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.getDelegate:()Lio/vertx/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.getDelegate:()Lio/vertx/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.getDelegate:()Lio/vertx/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public rx.Single rxWrite(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.rxWrite:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.resume:()Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.fetch:(J)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public rx.Single rxEnd(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.rxEnd:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 71
            new io.vertx.rxjava.core.file.AsyncFile
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.file.AsyncFile
            invokespecial io.vertx.rxjava.core.file.AsyncFile.<init>:(Lio/vertx/core/file/AsyncFile;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 109
            aload 0 /* o1 */
            checkcast io.vertx.core.buffer.Buffer
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer o1
         0: .line 109
            aload 0 /* o1 */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/rxjava/core/buffer/Buffer;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 125
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 2 // io.vertx.core.Handler fut
         0: .line 135
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 136
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 151
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler fut
         0: .line 160
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.end:(Lio/vertx/core/Handler;)V
         1: .line 161
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 178
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$11(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 2 // io.vertx.core.Handler fut
         0: .line 188
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 189
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 236
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$13(io.vertx.rxjava.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 2 // io.vertx.core.Handler fut
         0: .line 251
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 252
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 313
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$15(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler fut
         0: .line 323
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.close:(Lio/vertx/core/Handler;)V
         1: .line 324
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 359
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$17(io.vertx.rxjava.core.buffer.Buffer, long, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;JLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 4 // io.vertx.core.Handler fut
         0: .line 378
            aload 0 /* this */
            aload 1
            lload 2
            aload 4 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.write:(Lio/vertx/rxjava/core/buffer/Buffer;JLio/vertx/core/Handler;)V
         1: .line 379
            return
        end local 4 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     4   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 428
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private void lambda$19(io.vertx.rxjava.core.buffer.Buffer, int, long, int, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;IJILio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 6 // io.vertx.core.Handler fut
         0: .line 448
            aload 0 /* this */
            aload 1
            iload 2
            lload 3
            iload 5
            aload 6 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.read:(Lio/vertx/rxjava/core/buffer/Buffer;IJILio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            pop
         1: .line 449
            return
        end local 6 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     6   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/buffer/Buffer;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 468
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$21(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.AsyncFile this
        start local 1 // io.vertx.core.Handler fut
         0: .line 477
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.file.AsyncFile.flush:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/AsyncFile;
            pop
         1: .line 478
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.file.AsyncFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/AsyncFile;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "AsyncFile.java"
NestMembers:
  io.vertx.rxjava.core.file.AsyncFile$1  io.vertx.rxjava.core.file.AsyncFile$2
InnerClasses:
  io.vertx.rxjava.core.file.AsyncFile$1
  io.vertx.rxjava.core.file.AsyncFile$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/file/AsyncFile;)