public class io.vertx.core.streams.impl.PumpFactoryImpl implements io.vertx.core.spi.PumpFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.streams.impl.PumpFactoryImpl
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.streams.impl.PumpFactoryImpl this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.streams.impl.PumpFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/streams/impl/PumpFactoryImpl;

  public <T> io.vertx.core.streams.Pump pump(io.vertx.core.streams.ReadStream<T>, io.vertx.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/streams/Pump;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.streams.impl.PumpFactoryImpl this
        start local 1 // io.vertx.core.streams.ReadStream rs
        start local 2 // io.vertx.core.streams.WriteStream ws
         0: .line 27
            aload 1 /* rs */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 28
            aload 2 /* ws */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 29
            new io.vertx.core.streams.impl.PumpImpl
            dup
            aload 1 /* rs */
            aload 2 /* ws */
            invokespecial io.vertx.core.streams.impl.PumpImpl.<init>:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;)V
            areturn
        end local 2 // io.vertx.core.streams.WriteStream ws
        end local 1 // io.vertx.core.streams.ReadStream rs
        end local 0 // io.vertx.core.streams.impl.PumpFactoryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/streams/impl/PumpFactoryImpl;
            0    3     1    rs  Lio/vertx/core/streams/ReadStream<TT;>;
            0    3     2    ws  Lio/vertx/core/streams/WriteStream<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream<TT;>;Lio/vertx/core/streams/WriteStream<TT;>;)Lio/vertx/core/streams/Pump;
    MethodParameters:
      Name  Flags
      rs    
      ws    

  public <T> io.vertx.core.streams.Pump pump(io.vertx.core.streams.ReadStream<T>, io.vertx.core.streams.WriteStream<T>, int);
    descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;I)Lio/vertx/core/streams/Pump;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.core.streams.impl.PumpFactoryImpl this
        start local 1 // io.vertx.core.streams.ReadStream rs
        start local 2 // io.vertx.core.streams.WriteStream ws
        start local 3 // int writeQueueMaxSize
         0: .line 34
            aload 1 /* rs */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 35
            aload 2 /* ws */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 36
            new io.vertx.core.streams.impl.PumpImpl
            dup
            aload 1 /* rs */
            aload 2 /* ws */
            iload 3 /* writeQueueMaxSize */
            invokespecial io.vertx.core.streams.impl.PumpImpl.<init>:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;I)V
            areturn
        end local 3 // int writeQueueMaxSize
        end local 2 // io.vertx.core.streams.WriteStream ws
        end local 1 // io.vertx.core.streams.ReadStream rs
        end local 0 // io.vertx.core.streams.impl.PumpFactoryImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/core/streams/impl/PumpFactoryImpl;
            0    3     1                 rs  Lio/vertx/core/streams/ReadStream<TT;>;
            0    3     2                 ws  Lio/vertx/core/streams/WriteStream<TT;>;
            0    3     3  writeQueueMaxSize  I
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream<TT;>;Lio/vertx/core/streams/WriteStream<TT;>;I)Lio/vertx/core/streams/Pump;
    MethodParameters:
                   Name  Flags
      rs                 
      ws                 
      writeQueueMaxSize  
}
SourceFile: "PumpFactoryImpl.java"