public abstract class org.apache.lucene.codecs.PostingsReaderBase implements java.io.Closeable, org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.codecs.PostingsReaderBase
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.PostingsReaderBase this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            return
        end local 0 // org.apache.lucene.codecs.PostingsReaderBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/codecs/PostingsReaderBase;

  public abstract void init(org.apache.lucene.store.IndexInput, org.apache.lucene.index.SegmentReadState);
    descriptor: (Lorg/apache/lucene/store/IndexInput;Lorg/apache/lucene/index/SegmentReadState;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      termsIn  
      state    

  public abstract org.apache.lucene.codecs.BlockTermState newTermState();
    descriptor: ()Lorg/apache/lucene/codecs/BlockTermState;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract void decodeTerm(org.apache.lucene.store.DataInput, org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.BlockTermState, boolean);
    descriptor: (Lorg/apache/lucene/store/DataInput;Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/BlockTermState;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      in         
      fieldInfo  
      state      
      absolute   

  public abstract org.apache.lucene.index.PostingsEnum postings(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.BlockTermState, org.apache.lucene.index.PostingsEnum, int);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/BlockTermState;Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      state      
      reuse      
      flags      

  public abstract org.apache.lucene.index.ImpactsEnum impacts(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.BlockTermState, int);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/BlockTermState;I)Lorg/apache/lucene/index/ImpactsEnum;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      fieldInfo  
      state      
      flags      

  public abstract void checkIntegrity();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PostingsReaderBase.java"