Class ChunkEntry


  • public class ChunkEntry
    extends java.lang.Object
    The chunk entry represents a single chunk reference in the database model and is identified by the chunk's checksum. Due to the fact that the chunk entry is a reference, it does not contain the chunk's actual data.

    A chunk can appear in a MultiChunkEntry and in a FileContent.

    See Also:
    MultiChunkEntry, FileContent