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 TransferWriterEntryContext
IOException
protected String writeProperties(Map<String,String> properties) throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2016–2018. All rights reserved.