public class ZipEntrySourceZipEntryTransformer extends Object implements ZipEntryTransformer
| Constructor and Description |
|---|
ZipEntrySourceZipEntryTransformer(ZipEntrySource source) |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(InputStream in,
ZipEntry zipEntry,
ZipOutputStream out)
Copies and transforms the given entry into the ZIP output stream.
|
public ZipEntrySourceZipEntryTransformer(ZipEntrySource source)
public void transform(InputStream in, ZipEntry zipEntry, ZipOutputStream out) throws IOException
ZipEntryTransformertransform in interface ZipEntryTransformerIOExceptionCopyright © 2014 ZeroTurnaround. All rights reserved.