Class IndexWriterV2

java.lang.Object
org.jboss.jandex.IndexWriterImpl
org.jboss.jandex.IndexWriterV2

final class IndexWriterV2 extends IndexWriterImpl
Writes a Jandex index file to a stream. The write process is somewhat more expensive to allow for fast reads and a compact size. For more information on the index content, see the documentation on Indexer.

The IndexWriter operates on standard output streams, and also provides suitable buffering.

Thread-Safety

IndexWriter is not thread-safe and can not be shared between concurrent threads.
See Also: