- ChunkableContent - Class in org.duracloud.chunk
-
This class manages the provided content stream by breaking it chunks of the
size specified by maxChunkSize.
- ChunkableContent(String, InputStream, long, long) - Constructor for class org.duracloud.chunk.ChunkableContent
-
- ChunkableContent(String, String, InputStream, long, long) - Constructor for class org.duracloud.chunk.ChunkableContent
-
- ChunkInputStream - Class in org.duracloud.chunk.stream
-
This class provides the ability to limit the number of bytes read from the
provided InputStream to maxChunkSize.
- ChunkInputStream(String, InputStream, long, boolean) - Constructor for class org.duracloud.chunk.stream.ChunkInputStream
-
- ChunksManifest - Class in org.duracloud.chunk.manifest
-
- ChunksManifest(ChunksManifestBean) - Constructor for class org.duracloud.chunk.manifest.ChunksManifest
-
- ChunksManifest(String, String, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifest
-
- ChunksManifestBean - Class in org.duracloud.chunk.manifest
-
This class is a simple bean for a ChunksManifest.
- ChunksManifestBean() - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean
-
- ChunksManifestBean.ManifestEntry - Class in org.duracloud.chunk.manifest
-
Manifest Entry inner class.
- ChunksManifestBean.ManifestEntry(String, String, int, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestEntry
-
- ChunksManifestBean.ManifestHeader - Class in org.duracloud.chunk.manifest
-
Manifest Header inner class.
- ChunksManifestBean.ManifestHeader(String, String, long) - Constructor for class org.duracloud.chunk.manifest.ChunksManifestBean.ManifestHeader
-
- chunkSuffix - Static variable in class org.duracloud.chunk.manifest.ChunksManifest
-
- ChunkUtil - Class in org.duracloud.chunk.util
-
This class provides chunk and manifest contentId helpers.
- ChunkUtil() - Constructor for class org.duracloud.chunk.util.ChunkUtil
-
- close() - Method in class org.duracloud.chunk.stream.ChunkInputStream
-
- ContentNotAddedException - Exception in org.duracloud.chunk.error
-
- ContentNotAddedException(String) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
-
- ContentNotAddedException(String, Exception) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
-
- ContentNotAddedException(String, String, Exception) - Constructor for exception org.duracloud.chunk.error.ContentNotAddedException
-
- ContentWriter - Interface in org.duracloud.chunk.writer
-
- CountingDigestInputStream - Class in org.duracloud.chunk.stream
-
This class combines the two InputStream implementations:
- CountingInputStream &
- DigestInputStream
- CountingDigestInputStream(InputStream, boolean) - Constructor for class org.duracloud.chunk.stream.CountingDigestInputStream
-
The digest capabilities are turned off if the arg preserveMD5 is false
- createChunksManifestElementFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementWriter
-
This method serializes a ChunksManifest object into a ChunksManifest
xml element.
- createDocumentFrom(ChunksManifestBean) - Static method in class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
-
This method serializes the arg ChunksManifest object into an xml document.
- createManifestFrom(InputStream) - Static method in class org.duracloud.chunk.manifest.xml.ManifestDocumentBinding
-
This method binds a ChunksManifest object to the content of the arg xml.
- createManifestFrom(ChunksManifestDocument) - Static method in class org.duracloud.chunk.manifest.xml.ManifestElementReader
-
This method binds a ChunksManifest xml document to a ChunksManifest
object
- createTestContent(File, long) - Static method in class org.duracloud.chunk.FileChunker
-
This method generates a test file with random char content.