Class FileContent


  • public class FileContent
    extends java.lang.Object
    A file content represents the content of a file. It contains a list of references to ChunkEntrys, and identifies a content by its checksum.

    A file content is implicitly referenced by one or many FileVersions through the checksum attribute. A file content always contains the full list of chunks it resembles. There are no deltas!

    Unlike the chunk list in a MultiChunkEntry, the order of the chunks is very important, because a file can only be reconstructed if the order of its chunks are followed.