final class org.apache.lucene.util.fst.ReverseBytesReader extends org.apache.lucene.util.fst.FST$BytesReader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.fst.ReverseBytesReader
  super_class: org.apache.lucene.util.fst.FST$BytesReader
{
  private final byte[] bytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
        start local 1 // byte[] bytes
         0: .line 25
            aload 0 /* this */
            invokespecial org.apache.lucene.util.fst.FST$BytesReader.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* bytes */
            putfield org.apache.lucene.util.fst.ReverseBytesReader.bytes:[B
         2: .line 27
            return
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/util/fst/ReverseBytesReader;
            0    3     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
         0: .line 31
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ReverseBytesReader.bytes:[B
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
            dup_x1
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
            baload
            ireturn
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/ReverseBytesReader;

  public void readBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 36
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 4
         2: .line 37
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ReverseBytesReader.bytes:[B
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
            dup_x1
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
            baload
            bastore
         3: .line 36
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 2
        end local 4 // int i
         5: .line 39
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/util/fst/ReverseBytesReader;
            0    6     1       b  [B
            0    6     2  offset  I
            0    6     3     len  I
            1    5     4       i  I
    MethodParameters:
        Name  Flags
      b       
      offset  
      len     

  public void skipBytes(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
        start local 1 // long count
         0: .line 43
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
            i2l
            lload 1 /* count */
            lsub
            l2i
            putfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
         1: .line 44
            return
        end local 1 // long count
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/fst/ReverseBytesReader;
            0    2     1  count  J
    MethodParameters:
       Name  Flags
      count  

  public long getPosition();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
            i2l
            lreturn
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/ReverseBytesReader;

  public void setPosition(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
        start local 1 // long pos
         0: .line 53
            aload 0 /* this */
            lload 1 /* pos */
            l2i
            putfield org.apache.lucene.util.fst.ReverseBytesReader.pos:I
         1: .line 54
            return
        end local 1 // long pos
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/fst/ReverseBytesReader;
            0    2     1   pos  J
    MethodParameters:
      Name  Flags
      pos   

  public boolean reversed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
         0: .line 58
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.util.fst.ReverseBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/ReverseBytesReader;
}
SourceFile: "ReverseBytesReader.java"
InnerClasses:
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST