Interface ChunkGroup

    • Method Detail

      • getChunks

        Chunk[] getChunks()
        Returns the chunks that make up the group. Should certainly contain all the interesting Chunks, but needn't always contain all of the Chunks.
      • record

        void record​(Chunk chunk)
        Called by the parser whenever a chunk is found.
      • chunksComplete

        void chunksComplete()
        Called by the parser when all chunks have been found.