class org.apache.lucene.util.fst.BytesStore$2 extends org.apache.lucene.util.fst.FST$BytesReader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.fst.BytesStore$2
  super_class: org.apache.lucene.util.fst.FST$BytesReader
{
  private byte[] current;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

  final org.apache.lucene.util.fst.BytesStore this$0;
    descriptor: Lorg/apache/lucene/util/fst/BytesStore;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.fst.BytesStore);
    descriptor: (Lorg/apache/lucene/util/fst/BytesStore;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.BytesStore$2 this
         0: .line 426
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            aload 0 /* this */
            invokespecial org.apache.lucene.util.fst.FST$BytesReader.<init>:()V
         1: .line 427
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.util.fst.BytesStore.blocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 2
            aconst_null
            goto 3
      StackMap locals: org.apache.lucene.util.fst.BytesStore$2 org.apache.lucene.util.fst.BytesStore
      StackMap stack: org.apache.lucene.util.fst.BytesStore$2
         2: aload 1
            getfield org.apache.lucene.util.fst.BytesStore.blocks:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
      StackMap locals: org.apache.lucene.util.fst.BytesStore$2 org.apache.lucene.util.fst.BytesStore
      StackMap stack: org.apache.lucene.util.fst.BytesStore$2 byte[]
         3: putfield org.apache.lucene.util.fst.BytesStore$2.current:[B
         4: .line 428
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.util.fst.BytesStore$2.nextBuffer:I
         5: .line 429
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
         6: .line 426
            return
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/util/fst/BytesStore$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public byte readByte();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.BytesStore$2 this
         0: .line 433
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
            iconst_m1
            if_icmpne 3
         1: .line 434
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blocks:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.BytesStore$2.nextBuffer:I
            dup_x1
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.BytesStore$2.nextBuffer:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
            putfield org.apache.lucene.util.fst.BytesStore$2.current:[B
         2: .line 435
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blockSize:I
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
         3: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.current:[B
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
            dup_x1
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
            baload
            ireturn
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/fst/BytesStore$2;

  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.BytesStore$2 this
        start local 1 // long count
         0: .line 442
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.fst.BytesStore$2.getPosition:()J
            lload 1 /* count */
            lsub
            invokevirtual org.apache.lucene.util.fst.BytesStore$2.setPosition:(J)V
         1: .line 443
            return
        end local 1 // long count
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/util/fst/BytesStore$2;
            0    2     1  count  J
    MethodParameters:
       Name  Flags
      count  

  public void readBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.fst.BytesStore$2 this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 447
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 4
         2: .line 448
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.fst.BytesStore$2.readByte:()B
            bastore
         3: .line 447
            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 450
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/util/fst/BytesStore$2;
            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 long getPosition();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.BytesStore$2 this
         0: .line 454
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.nextBuffer:I
            i2l
            lconst_1
            ladd
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blockSize:I
            i2l
            lmul
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
            i2l
            ladd
            lreturn
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/BytesStore$2;

  public void setPosition(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.apache.lucene.util.fst.BytesStore$2 this
        start local 1 // long pos
         0: .line 463
            lload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blockBits:I
            lshr
            l2i
            istore 3 /* bufferIndex */
        start local 3 // int bufferIndex
         1: .line 464
            aload 0 /* this */
            iload 3 /* bufferIndex */
            iconst_1
            isub
            putfield org.apache.lucene.util.fst.BytesStore$2.nextBuffer:I
         2: .line 465
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blocks:Ljava/util/List;
            iload 3 /* bufferIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
            putfield org.apache.lucene.util.fst.BytesStore$2.current:[B
         3: .line 466
            aload 0 /* this */
            lload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$2.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blockMask:I
            i2l
            land
            l2i
            putfield org.apache.lucene.util.fst.BytesStore$2.nextRead:I
         4: .line 467
            getstatic org.apache.lucene.util.fst.BytesStore.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.fst.BytesStore$2.getPosition:()J
            lload 1 /* pos */
            lcmp
            ifeq 5
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "pos="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* pos */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " getPos()="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.fst.BytesStore$2.getPosition:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 468
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int bufferIndex
        end local 1 // long pos
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/lucene/util/fst/BytesStore$2;
            0    6     1          pos  J
            1    6     3  bufferIndex  I
    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.BytesStore$2 this
         0: .line 472
            iconst_1
            ireturn
        end local 0 // org.apache.lucene.util.fst.BytesStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/BytesStore$2;
}
SourceFile: "BytesStore.java"
EnclosingMethod: org.apache.lucene.util.fst.BytesStore.getReverseReader:(Z)Lorg/apache/lucene/util/fst/FST$BytesReader;
NestHost: org.apache.lucene.util.fst.BytesStore
InnerClasses:
  org.apache.lucene.util.fst.BytesStore$2
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST