class org.apache.lucene.util.fst.BitTableUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.fst.BitTableUtil
  super_class: java.lang.Object
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 27
            ldc Lorg/apache/lucene/util/fst/BitTableUtil;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.BitTableUtil this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.util.fst.BitTableUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/fst/BitTableUtil;

  static boolean isBitSet(int, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 38
            getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            ifne 1
            iload 0 /* bitIndex */
            ifge 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bitIndex="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* bitIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            iload 0 /* bitIndex */
            iconst_3
            ishr
            i2l
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
         2: .line 40
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            lconst_1
            iload 0 /* bitIndex */
            bipush 7
            iand
            lshl
            land
            lconst_0
            lcmp
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  bitIndex  I
            0    4     1    reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      reader    

  static int countBits(int, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // int bitTableBytes
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 51
            getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            ifne 1
            iload 0 /* bitTableBytes */
            ifge 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bitTableBytes="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* bitTableBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 52
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* bitCount */
        start local 2 // int bitCount
         2: .line 53
            iload 0 /* bitTableBytes */
            iconst_3
            ishr
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 55
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bitCount */
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.read8Bytes:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            istore 2 /* bitCount */
         5: .line 53
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            ifgt 4
        end local 3 // int i
         7: .line 58
            iload 0 /* bitTableBytes */
            bipush 7
            iand
            dup
            istore 3 /* numRemainingBytes */
        start local 3 // int numRemainingBytes
         8: ifeq 10
         9: .line 59
            iload 2 /* bitCount */
            iload 3 /* numRemainingBytes */
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readUpTo8Bytes:(ILorg/apache/lucene/util/fst/FST$BytesReader;)J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            istore 2 /* bitCount */
        10: .line 61
      StackMap locals:
      StackMap stack:
            iload 2 /* bitCount */
            ireturn
        end local 3 // int numRemainingBytes
        end local 2 // int bitCount
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
        end local 0 // int bitTableBytes
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0      bitTableBytes  I
            0   11     1             reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
            2   11     2           bitCount  I
            3    7     3                  i  I
            8   11     3  numRemainingBytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      bitTableBytes  
      reader         

  static int countBitsUpTo(int, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 74
            getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            ifne 1
            iload 0 /* bitIndex */
            ifge 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bitIndex="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* bitIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 75
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* bitCount */
        start local 2 // int bitCount
         2: .line 76
            iload 0 /* bitIndex */
            bipush 6
            ishr
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 78
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bitCount */
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.read8Bytes:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            istore 2 /* bitCount */
         5: .line 76
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            ifgt 4
        end local 3 // int i
         7: .line 81
            iload 0 /* bitIndex */
            bipush 63
            iand
            dup
            istore 3 /* remainingBits */
        start local 3 // int remainingBits
         8: ifeq 12
         9: .line 82
            iload 3 /* remainingBits */
            bipush 7
            iadd
            iconst_3
            ishr
            istore 4 /* numRemainingBytes */
        start local 4 // int numRemainingBytes
        10: .line 84
            lconst_1
            iload 0 /* bitIndex */
            lshl
            lconst_1
            lsub
            lstore 5 /* mask */
        start local 5 // long mask
        11: .line 86
            iload 2 /* bitCount */
            iload 4 /* numRemainingBytes */
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readUpTo8Bytes:(ILorg/apache/lucene/util/fst/FST$BytesReader;)J
            lload 5 /* mask */
            land
            invokestatic java.lang.Long.bitCount:(J)I
            iadd
            istore 2 /* bitCount */
        end local 5 // long mask
        end local 4 // int numRemainingBytes
        12: .line 88
      StackMap locals:
      StackMap stack:
            iload 2 /* bitCount */
            ireturn
        end local 3 // int remainingBits
        end local 2 // int bitCount
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0           bitIndex  I
            0   13     1             reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
            2   13     2           bitCount  I
            3    7     3                  i  I
            8   13     3      remainingBits  I
           10   12     4  numRemainingBytes  I
           11   12     5               mask  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      reader    

  static int nextBitSet(int, int, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (IILorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // int bitIndex
        start local 1 // int bitTableBytes
        start local 2 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 106
            getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            ifne 2
            iload 0 /* bitIndex */
            iconst_m1
            if_icmplt 1
            iload 0 /* bitIndex */
            iload 1 /* bitTableBytes */
            bipush 8
            imul
            if_icmplt 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bitIndex="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* bitIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bitTableBytes="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* bitTableBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 107
      StackMap locals:
      StackMap stack:
            iload 0 /* bitIndex */
            bipush 8
            idiv
            istore 3 /* byteIndex */
        start local 3 // int byteIndex
         3: .line 108
            iconst_m1
            iload 0 /* bitIndex */
            iconst_1
            iadd
            bipush 7
            iand
            ishl
            istore 4 /* mask */
        start local 4 // int mask
         4: .line 110
            iload 4 /* mask */
            iconst_m1
            if_icmpne 8
            iload 0 /* bitIndex */
            iconst_m1
            if_icmpeq 8
         5: .line 111
            aload 2 /* reader */
            iload 3 /* byteIndex */
            iconst_1
            iadd
            i2l
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
         6: .line 112
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: .line 113
            goto 14
        end local 5 // int i
         8: .line 114
      StackMap locals: int int
      StackMap stack:
            aload 2 /* reader */
            iload 3 /* byteIndex */
            i2l
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
         9: .line 115
            aload 2 /* reader */
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
            sipush 255
            iand
            iload 4 /* mask */
            iand
            istore 5 /* i */
        start local 5 // int i
        10: .line 117
            goto 14
        11: .line 118
      StackMap locals: int
      StackMap stack:
            iinc 3 /* byteIndex */ 1
            iload 3 /* byteIndex */
            iload 1 /* bitTableBytes */
            if_icmpne 13
        12: .line 119
            iconst_m1
            ireturn
        13: .line 121
      StackMap locals:
      StackMap stack:
            aload 2 /* reader */
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
            sipush 255
            iand
            istore 5 /* i */
        14: .line 117
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            ifeq 11
        15: .line 123
            iload 5 /* i */
            invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
            iload 3 /* byteIndex */
            iconst_3
            ishl
            iadd
            ireturn
        end local 5 // int i
        end local 4 // int mask
        end local 3 // int byteIndex
        end local 2 // org.apache.lucene.util.fst.FST$BytesReader reader
        end local 1 // int bitTableBytes
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0       bitIndex  I
            0   16     1  bitTableBytes  I
            0   16     2         reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
            3   16     3      byteIndex  I
            4   16     4           mask  I
            7    8     5              i  I
           10   16     5              i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      bitIndex       
      bitTableBytes  
      reader         

  static int previousBitSet(int, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // int bitIndex
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 140
            getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            ifne 1
            iload 0 /* bitIndex */
            ifge 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bitIndex="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* bitIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 141
      StackMap locals:
      StackMap stack:
            iload 0 /* bitIndex */
            iconst_3
            ishr
            istore 2 /* byteIndex */
        start local 2 // int byteIndex
         2: .line 142
            aload 1 /* reader */
            iload 2 /* byteIndex */
            i2l
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
         3: .line 143
            iconst_1
            iload 0 /* bitIndex */
            bipush 7
            iand
            ishl
            iconst_1
            isub
            istore 3 /* mask */
        start local 3 // int mask
         4: .line 144
            aload 1 /* reader */
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
            sipush 255
            iand
            iload 3 /* mask */
            iand
            istore 4 /* i */
        start local 4 // int i
         5: .line 145
            goto 10
         6: .line 146
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* byteIndex */
            iinc 2 /* byteIndex */ -1
            ifne 8
         7: .line 147
            iconst_m1
            ireturn
         8: .line 149
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            ldc -2
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.skipBytes:(J)V
         9: .line 150
            aload 1 /* reader */
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
            sipush 255
            iand
            istore 4 /* i */
        10: .line 145
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            ifeq 6
        11: .line 152
            bipush 31
            iload 4 /* i */
            invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
            isub
            iload 2 /* byteIndex */
            iconst_3
            ishl
            iadd
            ireturn
        end local 4 // int i
        end local 3 // int mask
        end local 2 // int byteIndex
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
        end local 0 // int bitIndex
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0   bitIndex  I
            0   12     1     reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
            2   12     2  byteIndex  I
            4   12     3       mask  I
            5   12     4          i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      bitIndex  
      reader    

  private static long readByte(org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (Lorg/apache/lucene/util/fst/FST$BytesReader;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 156
            aload 0 /* reader */
            invokevirtual org.apache.lucene.util.fst.FST$BytesReader.readByte:()B
            i2l
            ldc 255
            land
            lreturn
        end local 0 // org.apache.lucene.util.fst.FST$BytesReader reader
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  private static long readUpTo8Bytes(int, org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (ILorg/apache/lucene/util/fst/FST$BytesReader;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // int numBytes
        start local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 160
            getstatic org.apache.lucene.util.fst.BitTableUtil.$assertionsDisabled:Z
            ifne 2
            iload 0 /* numBytes */
            ifle 1
            iload 0 /* numBytes */
            bipush 8
            if_icmple 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "numBytes="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* numBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            lstore 2 /* l */
        start local 2 // long l
         3: .line 162
            iconst_0
            istore 4 /* shift */
        start local 4 // int shift
         4: .line 163
            goto 6
         5: .line 164
      StackMap locals: long int
      StackMap stack:
            lload 2 /* l */
            aload 1 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            iinc 4 /* shift */ 8
            iload 4 /* shift */
            lshl
            lor
            lstore 2 /* l */
         6: .line 163
      StackMap locals:
      StackMap stack:
            iinc 0 /* numBytes */ -1
            iload 0 /* numBytes */
            ifne 5
         7: .line 166
            lload 2 /* l */
            lreturn
        end local 4 // int shift
        end local 2 // long l
        end local 1 // org.apache.lucene.util.fst.FST$BytesReader reader
        end local 0 // int numBytes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0  numBytes  I
            0    8     1    reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
            3    8     2         l  J
            4    8     4     shift  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      numBytes  
      reader    

  private static long read8Bytes(org.apache.lucene.util.fst.FST$BytesReader);
    descriptor: (Lorg/apache/lucene/util/fst/FST$BytesReader;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.fst.FST$BytesReader reader
         0: .line 170
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
         1: .line 171
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 8
            lshl
         2: .line 170
            lor
         3: .line 172
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 16
            lshl
         4: .line 170
            lor
         5: .line 173
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 24
            lshl
         6: .line 170
            lor
         7: .line 174
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 32
            lshl
         8: .line 170
            lor
         9: .line 175
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 40
            lshl
        10: .line 170
            lor
        11: .line 176
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 48
            lshl
        12: .line 170
            lor
        13: .line 177
            aload 0 /* reader */
            invokestatic org.apache.lucene.util.fst.BitTableUtil.readByte:(Lorg/apache/lucene/util/fst/FST$BytesReader;)J
            bipush 56
            lshl
        14: .line 170
            lor
            lreturn
        end local 0 // org.apache.lucene.util.fst.FST$BytesReader reader
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0  reader  Lorg/apache/lucene/util/fst/FST$BytesReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  
}
SourceFile: "BitTableUtil.java"
InnerClasses:
  public abstract BytesReader = org.apache.lucene.util.fst.FST$BytesReader of org.apache.lucene.util.fst.FST