Uses of Class
org.duracloud.retrieval.source.ContentStream
-
Packages that use ContentStream Package Description org.duracloud.retrieval.mgmt org.duracloud.retrieval.source -
-
Uses of ContentStream in org.duracloud.retrieval.mgmt
Methods in org.duracloud.retrieval.mgmt with parameters of type ContentStream Modifier and Type Method Description protected voidRetrievalWorker. applyTimestamps(ContentStream content, File localFile) -
Uses of ContentStream in org.duracloud.retrieval.source
Methods in org.duracloud.retrieval.source that return ContentStream Modifier and Type Method Description ContentStreamDuraStoreRetrievalSource. getSourceContent(ContentItem contentItem, RetrievalListener listener)default ContentStreamRetrievalSource. getSourceContent(ContentItem contentItem)Gets the actual content, including the stream and the checksum.ContentStreamRetrievalSource. getSourceContent(ContentItem contentItem, RetrievalListener listener)Get the actual content using a retrieval listener callback.
-