final class io.vertx.redis.client.impl.ReadableBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.redis.client.impl.ReadableBuffer
  super_class: java.lang.Object
{
  private static final long MAX_INTEGER_DIV_10;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 922337203685477580

  private static final int MARK_WATERMARK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4194304

  private io.vertx.core.buffer.Buffer buffer;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private int offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mark;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  void append(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // io.vertx.core.buffer.Buffer chunk
         0: .line 35
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            invokestatic java.lang.Math.min:(II)I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            if_icmpne 4
         1: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* chunk */
            putfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
         2: .line 37
            aload 0 /* this */
            iconst_0
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         3: .line 38
            return
         4: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            if_icmplt 10
         5: .line 46
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            ldc 4194304
            if_icmple 10
         6: .line 48
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            if_icmple 10
         7: .line 51
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
         8: .line 52
            aload 0 /* this */
            dup
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            isub
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         9: .line 53
            aload 0 /* this */
            iconst_0
            putfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
        10: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 1 /* chunk */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
        11: .line 57
            return
        end local 1 // io.vertx.core.buffer.Buffer chunk
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0   12     1  chunk  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      chunk  

  int findLineEnd();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 60
            iconst_m1
            istore 1 /* index */
        start local 1 // int index
         1: .line 61
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 62
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            iload 2 /* i */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            bipush 10
            if_icmpne 6
         4: .line 63
            iload 2 /* i */
            istore 1 /* index */
         5: .line 64
            goto 8
         6: .line 61
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            if_icmplt 3
        end local 2 // int i
         8: .line 68
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            ifle 9
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            iload 1 /* index */
            iconst_1
            isub
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            bipush 13
            if_icmpne 9
            iload 1 /* index */
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_m1
      StackMap locals:
      StackMap stack: int
        10: ireturn
        end local 1 // int index
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/redis/client/impl/ReadableBuffer;
            1   11     1  index  I
            2    8     2      i  I

  long readLong(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // int end
         0: .line 72
            lconst_0
            lstore 2 /* value */
        start local 2 // long value
         1: .line 74
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            bipush 45
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals: long
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* negative */
        start local 4 // boolean negative
         4: .line 76
            iload 4 /* negative */
            ifeq 5
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            iconst_1
            iadd
            goto 6
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* offset */
        start local 5 // int offset
         7: .line 78
            goto 14
         8: .line 79
      StackMap locals: int
      StackMap stack:
            lload 2 /* value */
            ldc 922337203685477580
            lcmp
            ifle 10
         9: .line 80
            new java.lang.ArithmeticException
            dup
            ldc "Overflow"
            invokespecial java.lang.ArithmeticException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            iload 5 /* offset */
            iinc 5 /* offset */ 1
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            bipush 48
            isub
            istore 6 /* digit */
        start local 6 // int digit
        11: .line 85
            iload 6 /* digit */
            iflt 12
            iload 6 /* digit */
            bipush 9
            if_icmple 13
        12: .line 86
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not a digit "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* digit */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 89
      StackMap locals:
      StackMap stack:
            lload 2 /* value */
            ldc 10
            lmul
            iload 6 /* digit */
            i2l
            lsub
            lstore 2 /* value */
        end local 6 // int digit
        14: .line 78
      StackMap locals:
      StackMap stack:
            iload 5 /* offset */
            iload 1 /* end */
            iconst_1
            isub
            if_icmplt 8
        15: .line 91
            iload 4 /* negative */
            ifne 16
            lload 2 /* value */
            lneg
            lstore 2 /* value */
        16: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* end */
            iconst_1
            iadd
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
        17: .line 93
            lload 2 /* value */
            lreturn
        end local 5 // int offset
        end local 4 // boolean negative
        end local 2 // long value
        end local 1 // int end
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0   18     1       end  I
            1   18     2     value  J
            4   18     4  negative  Z
            7   18     5    offset  I
           11   14     6     digit  I
    MethodParameters:
      Name  Flags
      end   

  io.vertx.core.buffer.Buffer readLine();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 97
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.findLineEnd:()I
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readLine:(I)Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  java.lang.String readLine(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // java.nio.charset.Charset charset
         0: .line 101
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.findLineEnd:()I
            aload 1 /* charset */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readLine:(ILjava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  private io.vertx.core.buffer.Buffer readLine(int);
    descriptor: (I)Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // int end
         0: .line 105
            aconst_null
            astore 2 /* bytes */
        start local 2 // io.vertx.core.buffer.Buffer bytes
         1: .line 106
            iload 1 /* end */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            if_icmplt 4
         2: .line 107
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            iload 1 /* end */
            iconst_1
            isub
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            astore 2 /* bytes */
         3: .line 108
            aload 0 /* this */
            iload 1 /* end */
            iconst_1
            iadd
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         4: .line 110
      StackMap locals: io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 2 /* bytes */
            areturn
        end local 2 // io.vertx.core.buffer.Buffer bytes
        end local 1 // int end
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0    5     1    end  I
            1    5     2  bytes  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      end   

  java.lang.String readLine(int, java.nio.charset.Charset);
    descriptor: (ILjava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // int end
        start local 2 // java.nio.charset.Charset charset
         0: .line 114
            aconst_null
            astore 3 /* bytes */
        start local 3 // byte[] bytes
         1: .line 115
            iload 1 /* end */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            if_icmplt 4
         2: .line 116
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            iload 1 /* end */
            iconst_1
            isub
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 3 /* bytes */
         3: .line 117
            aload 0 /* this */
            iload 1 /* end */
            iconst_1
            iadd
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         4: .line 119
      StackMap locals: byte[]
      StackMap stack:
            aload 3 /* bytes */
            ifnull 6
         5: .line 120
            new java.lang.String
            dup
            aload 3 /* bytes */
            aload 2 /* charset */
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            areturn
         6: .line 122
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // byte[] bytes
        end local 2 // java.nio.charset.Charset charset
        end local 1 // int end
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0    7     1      end  I
            0    7     2  charset  Ljava/nio/charset/Charset;
            1    7     3    bytes  [B
    MethodParameters:
         Name  Flags
      end      
      charset  

  io.vertx.core.buffer.Buffer readBytes(int);
    descriptor: (I)Lio/vertx/core/buffer/Buffer;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // int count
         0: .line 126
            aconst_null
            astore 2 /* bytes */
        start local 2 // io.vertx.core.buffer.Buffer bytes
         1: .line 127
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            isub
            iload 1 /* count */
            if_icmplt 4
         2: .line 128
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            iload 1 /* count */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBuffer:(II)Lio/vertx/core/buffer/Buffer;
            astore 2 /* bytes */
         3: .line 129
            aload 0 /* this */
            dup
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            iload 1 /* count */
            iadd
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         4: .line 131
      StackMap locals: io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 2 /* bytes */
            areturn
        end local 2 // io.vertx.core.buffer.Buffer bytes
        end local 1 // int count
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0    5     1  count  I
            1    5     2  bytes  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      count  

  byte readByte();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            aload 0 /* this */
            dup
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            dup_x1
            iconst_1
            iadd
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            ireturn
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  byte getByte(int);
    descriptor: (I)B
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // int index
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            iload 1 /* index */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            ireturn
        end local 1 // int index
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  int readableBytes();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            isub
            ireturn
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  void mark();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 147
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            putfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
         1: .line 148
            return
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 151
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.mark:I
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         1: .line 152
            return
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  int offset();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
         0: .line 155
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            ireturn
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;

  boolean skip(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.ReadableBuffer this
        start local 1 // int count
         0: .line 159
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readableBytes:()I
            iload 1 /* count */
            if_icmplt 3
         1: .line 160
            aload 0 /* this */
            dup
            getfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
            iload 1 /* count */
            iadd
            putfield io.vertx.redis.client.impl.ReadableBuffer.offset:I
         2: .line 161
            iconst_1
            ireturn
         3: .line 164
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int count
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/redis/client/impl/ReadableBuffer;
            0    4     1  count  I
    MethodParameters:
       Name  Flags
      count  

  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.redis.client.impl.ReadableBuffer this
         0: .line 169
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.ReadableBuffer.buffer:Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "null"
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // io.vertx.redis.client.impl.ReadableBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/redis/client/impl/ReadableBuffer;
}
SourceFile: "ReadableBuffer.java"