ChunkGroupWithProperties
AttachmentChunks
, Chunks
, NameIdChunks
, RecipientChunks
public interface ChunkGroup
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.