public interface ChunkGroup
Modifier and Type | Method and Description |
---|---|
void |
chunksComplete()
Called by the parser when all chunks have been found.
|
Chunk[] |
getChunks()
Returns the chunks that make up the group.
|
void |
record(Chunk chunk)
Called by the parser whenever a chunk is found.
|
Chunk[] getChunks()
void record(Chunk chunk)
void chunksComplete()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.