Uses of Interface
org.duracloud.chunk.writer.ContentWriter
-
Packages that use ContentWriter Package Description org.duracloud.chunk org.duracloud.chunk.writer -
-
Uses of ContentWriter in org.duracloud.chunk
Constructors in org.duracloud.chunk with parameters of type ContentWriter Constructor Description FileChunker(ContentWriter contentWriter)FileChunker(ContentWriter contentWriter, FileChunkerOptions options) -
Uses of ContentWriter in org.duracloud.chunk.writer
Classes in org.duracloud.chunk.writer that implement ContentWriter Modifier and Type Class Description classDuracloudContentWriterThis class implements the ContentWriter interface to write the provided content to the Duracloud storeclient interface.classFilesystemContentWriterThis class implements the ContentWriter interface to write the provided content to a local filesystem.
-