Package org.jboss.jandex
Class IndexWriterImpl
- java.lang.Object
-
- org.jboss.jandex.IndexWriterImpl
-
- Direct Known Subclasses:
IndexWriterV1
,IndexWriterV2
abstract class IndexWriterImpl extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndexWriterImpl()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract int
write(Index index, int version)
-
-
-
Method Detail
-
write
abstract int write(Index index, int version) throws java.io.IOException
- Throws:
java.io.IOException
-
-