Class Summary |
ChunkableContent |
This class manages the provided content stream by breaking it chunks of the
size specified by maxChunkSize. |
FileChunker |
This class provides the ability to loop over a directory of content which
may include files over 5-GB in size, chunk, and push them to a DataStore
encapsulated by the member: ContentWriter. |
FileChunkerDriver |
This class is a commandline interface for initiating the read of local
content, chunking it, then writing it via a provided ContentWriter. |
FileChunkerOptions |
This class is a simple container for configuration options for the
FileChunker. |