public class TransferArchiveWriter extends Object implements TransferWriterEntryContext
| Constructor and Description |
|---|
TransferArchiveWriter(OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TransferWriterEntryContext |
createEntry(String name,
Map<String,String> properties,
InputStream stream) |
protected String |
writeProperties(Map<String,String> properties) |
public TransferArchiveWriter(OutputStream stream)
public TransferWriterEntryContext createEntry(String name, Map<String,String> properties, InputStream stream) throws IOException
createEntry in interface TransferWriterEntryContextIOExceptionprotected String writeProperties(Map<String,String> properties) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.