Package org.jboss.jandex
Class IndexReaderImpl
- java.lang.Object
-
- org.jboss.jandex.IndexReaderImpl
-
- Direct Known Subclasses:
IndexReaderV1
,IndexReaderV2
abstract class IndexReaderImpl extends java.lang.Object
A common base class for index reader implementations.
-
-
Constructor Summary
Constructors Constructor Description IndexReaderImpl()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract Index
read()
-
-
-
Method Detail
-
read
abstract Index read() throws java.io.IOException
- Throws:
java.io.IOException
-
-