class org.apache.lucene.util.fst.BytesStore$1 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$1
  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=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.fst.BytesStore$1 this
         0: .line 358
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.fst.BytesStore$1.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            aload 0 /* this */
            invokespecial org.apache.lucene.util.fst.FST$BytesReader.<init>:()V
         1: .line 361
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.util.fst.BytesStore.blockSize:I
            putfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
         2: .line 358
            return
        end local 0 // org.apache.lucene.util.fst.BytesStore$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/util/fst/BytesStore$1;
    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$1 this
         0: .line 365
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blockSize:I
            if_icmpne 3
         1: .line 366
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.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$1.nextBuffer:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.fst.BytesStore$1.nextBuffer:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
            putfield org.apache.lucene.util.fst.BytesStore$1.current:[B
         2: .line 367
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
         3: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.current:[B
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            baload
            ireturn
        end local 0 // org.apache.lucene.util.fst.BytesStore$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/fst/BytesStore$1;

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

  public void readBytes(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.apache.lucene.util.fst.BytesStore$1 this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int len
         0: .line 379
            goto 12
         1: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.this$0:Lorg/apache/lucene/util/fst/BytesStore;
            getfield org.apache.lucene.util.fst.BytesStore.blockSize:I
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            isub
            istore 4 /* chunkLeft */
        start local 4 // int chunkLeft
         2: .line 381
            iload 3 /* len */
            iload 4 /* chunkLeft */
            if_icmpgt 6
         3: .line 382
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.current:[B
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 383
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            iload 3 /* len */
            iadd
            putfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
         5: .line 384
            goto 13
         6: .line 386
      StackMap locals: int
      StackMap stack:
            iload 4 /* chunkLeft */
            ifle 10
         7: .line 387
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.current:[B
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
            aload 1 /* b */
            iload 2 /* offset */
            iload 4 /* chunkLeft */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 388
            iload 2 /* offset */
            iload 4 /* chunkLeft */
            iadd
            istore 2 /* offset */
         9: .line 389
            iload 3 /* len */
            iload 4 /* chunkLeft */
            isub
            istore 3 /* len */
        10: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.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$1.nextBuffer:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.fst.BytesStore$1.nextBuffer:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
            putfield org.apache.lucene.util.fst.BytesStore$1.current:[B
        11: .line 392
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.fst.BytesStore$1.nextRead:I
        end local 4 // int chunkLeft
        12: .line 379
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifgt 1
        13: .line 395
      StackMap locals:
      StackMap stack:
            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$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/apache/lucene/util/fst/BytesStore$1;
            0   14     1          b  [B
            0   14     2     offset  I
            0   14     3        len  I
            2   12     4  chunkLeft  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$1 this
         0: .line 399
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.nextBuffer:I
            i2l
            lconst_1
            lsub
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.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$1.nextRead:I
            i2l
            ladd
            lreturn
        end local 0 // org.apache.lucene.util.fst.BytesStore$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/BytesStore$1;

  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$1 this
        start local 1 // long pos
         0: .line 404
            lload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.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 405
            aload 0 /* this */
            iload 3 /* bufferIndex */
            iconst_1
            iadd
            putfield org.apache.lucene.util.fst.BytesStore$1.nextBuffer:I
         2: .line 406
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.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$1.current:[B
         3: .line 407
            aload 0 /* this */
            lload 1 /* pos */
            aload 0 /* this */
            getfield org.apache.lucene.util.fst.BytesStore$1.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$1.nextRead:I
         4: .line 408
            getstatic org.apache.lucene.util.fst.BytesStore.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.fst.BytesStore$1.getPosition:()J
            lload 1 /* pos */
            lcmp
            ifeq 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 409
      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$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/apache/lucene/util/fst/BytesStore$1;
            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$1 this
         0: .line 413
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.util.fst.BytesStore$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/BytesStore$1;
}
SourceFile: "BytesStore.java"
EnclosingMethod: org.apache.lucene.util.fst.BytesStore.getForwardReader:()Lorg/apache/lucene/util/fst/FST$BytesReader;
NestHost: org.apache.lucene.util.fst.BytesStore
InnerClasses:
  org.apache.lucene.util.fst.BytesStore$1
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST