Class ChunkReader

java.lang.Object
org.apache.maven.index.reader.ChunkReader
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Map<String,String>>

public class ChunkReader extends Object implements Closeable, Iterable<Map<String,String>>
Maven Index published binary chunk reader, it reads raw Maven Indexer records from the transport binary format. Instances of this class MUST BE handled as resources (have them closed once done with them), it is user responsibility to close them, ideally in try-with-resource block.
Since:
5.1.2