final class org.apache.lucene.util.fst.ForwardBytesReader 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.ForwardBytesReader
  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.ForwardBytesReader this
        start local 1 // byte[] bytes
         0: .line 28
            aload 0 /* this */
            invokespecial org.apache.lucene.util.fst.FST$BytesReader.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* bytes */
            putfield org.apache.lucene.util.fst.ForwardBytesReader.bytes:[B
         2: .line 30
            return
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/util/fst/ForwardBytesReader;
            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.ForwardBytesReader this
         0: .line 34
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ForwardBytesReader.bytes:[B
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
            baload
            ireturn
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/ForwardBytesReader;

  public void readBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 39
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ForwardBytesReader.bytes:[B
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 40
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
            iload 3 /* len */
            iadd
            putfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
         2: .line 41
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/util/fst/ForwardBytesReader;
            0    3     1       b  [B
            0    3     2  offset  I
            0    3     3     len  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.ForwardBytesReader this
        start local 1 // long count
         0: .line 45
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
            i2l
            lload 1 /* count */
            ladd
            l2i
            putfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
         1: .line 46
            return
        end local 1 // long count
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/fst/ForwardBytesReader;
            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.ForwardBytesReader this
         0: .line 50
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
            i2l
            lreturn
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/ForwardBytesReader;

  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.ForwardBytesReader this
        start local 1 // long pos
         0: .line 55
            aload 0 /* this */
            lload 1 /* pos */
            l2i
            putfield org.apache.lucene.util.fst.ForwardBytesReader.pos:I
         1: .line 56
            return
        end local 1 // long pos
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/fst/ForwardBytesReader;
            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.ForwardBytesReader this
         0: .line 60
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.util.fst.ForwardBytesReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/ForwardBytesReader;
}
SourceFile: "ForwardBytesReader.java"
InnerClasses:
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST