public class io.vertx.ext.shell.term.impl.Helper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.term.impl.Helper
  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.ext.shell.term.impl.Helper this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.term.impl.Helper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/term/impl/Helper;

  public static io.termd.core.readline.Keymap defaultKeymap();
    descriptor: ()Lio/termd/core/readline/Keymap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=0
         0: .line 51
            ldc "/io/vertx/ext/shell/inputrc"
            invokestatic io.vertx.ext.shell.term.impl.Helper.loadResource:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            astore 0 /* buffer */
        start local 0 // io.vertx.core.buffer.Buffer buffer
         1: .line 52
            new io.termd.core.readline.Keymap
            dup
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* buffer */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokespecial io.termd.core.readline.Keymap.<init>:(Ljava/io/InputStream;)V
            areturn
        end local 0 // io.vertx.core.buffer.Buffer buffer
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1    2     0  buffer  Lio/vertx/core/buffer/Buffer;

  public static io.vertx.core.buffer.Buffer loadResource(io.vertx.core.file.FileSystem, java.lang.String);
    descriptor: (Lio/vertx/core/file/FileSystem;Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.file.FileSystem fs
        start local 1 // java.lang.String path
         0: .line 57
            aload 0 /* fs */
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
         1: areturn
         2: .line 58
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 59
            aload 1 /* path */
            invokestatic io.vertx.ext.shell.term.impl.Helper.loadResource:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.core.file.FileSystem fs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    fs  Lio/vertx/core/file/FileSystem;
            0    4     1  path  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      fs    
      path  

  public static io.vertx.core.buffer.Buffer loadResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // java.lang.String path
         0: .line 64
            ldc Lio/vertx/ext/shell/term/impl/HttpTermServer;
            aload 0 /* path */
            invokevirtual java.lang.Class.getResource:(Ljava/lang/String;)Ljava/net/URL;
            astore 1 /* resource */
        start local 1 // java.net.URL resource
         1: .line 65
            aload 1 /* resource */
            ifnull 13
         2: .line 67
            sipush 512
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         3: .line 68
            aload 1 /* resource */
            invokevirtual java.net.URL.openStream:()Ljava/io/InputStream;
            astore 3 /* in */
        start local 3 // java.io.InputStream in
         4: .line 69
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            astore 4 /* buffer */
        start local 4 // io.vertx.core.buffer.Buffer buffer
         5: .line 71
      StackMap locals: java.lang.String java.net.URL byte[] java.io.InputStream io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 3 /* in */
            aload 2 /* tmp */
            invokevirtual java.io.InputStream.read:([B)I
            istore 5 /* l */
        start local 5 // int l
         6: .line 72
            iload 5 /* l */
            iconst_m1
            if_icmpne 8
         7: .line 73
            goto 10
         8: .line 75
      StackMap locals: int
      StackMap stack:
            aload 4 /* buffer */
            aload 2 /* tmp */
            iconst_0
            iload 5 /* l */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([BII)Lio/vertx/core/buffer/Buffer;
            pop
        end local 5 // int l
         9: .line 70
            goto 5
        10: .line 77
      StackMap locals:
      StackMap stack:
            aload 4 /* buffer */
        11: areturn
        end local 4 // io.vertx.core.buffer.Buffer buffer
        end local 3 // java.io.InputStream in
        end local 2 // byte[] tmp
        12: .line 78
      StackMap locals: java.lang.String java.net.URL
      StackMap stack: java.io.IOException
            pop
        13: .line 81
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.net.URL resource
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      path  Ljava/lang/String;
            1   14     1  resource  Ljava/net/URL;
            3   12     2       tmp  [B
            4   12     3        in  Ljava/io/InputStream;
            5   12     4    buffer  Lio/vertx/core/buffer/Buffer;
            6    9     5         l  I
      Exception table:
        from    to  target  type
           2    11      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "Helper.java"