Class IndexReaderImpl

java.lang.Object
org.jboss.jandex.IndexReaderImpl
Direct Known Subclasses:
IndexReaderV1, IndexReaderV2

abstract class IndexReaderImpl extends Object
A common base class for index reader implementations.
  • Constructor Details

    • IndexReaderImpl

      IndexReaderImpl()
  • Method Details

    • read

      abstract Index read(int version) throws IOException
      Throws:
      IOException
    • toDataVersion

      abstract int toDataVersion(int version)