Package org.duracloud.chunk
package org.duracloud.chunk
-
ClassesClassDescriptionThis class manages the provided content stream by breaking it chunks of the size specified by maxChunkSize.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.This class is a commandline interface for initiating the read of local content, chunking it, then writing it via a provided ContentWriter.This class is a simple container for configuration options for the FileChunker.