public interface ManifestFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
writeEventsToOutput(Collection<ContentMessage> events,
OutputStream output)
This method writes the arg events to the arg output stream.
|
void |
writeManifestItemToOutput(ManifestItem item,
OutputStream outputStream) |
void writeEventsToOutput(Collection<ContentMessage> events, OutputStream output)
events - to writeoutput - destination of formatted eventsvoid writeManifestItemToOutput(ManifestItem item, OutputStream outputStream)
item - to writeoutputStream - destination of formatted items. Null manifest items are ignored.Copyright © 2009–2015 DuraSpace. All rights reserved.