public abstract class FileZipEntryTransformer extends Object implements ZipEntryTransformer
| Constructor and Description |
|---|
FileZipEntryTransformer() |
| 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.
|
protected abstract void |
transform(ZipEntry zipEntry,
File in,
File out)
Copies and transforms the given file into the output file.
|
protected abstract void transform(ZipEntry zipEntry, File in, File out) throws IOException
IOExceptionpublic void transform(InputStream in, ZipEntry zipEntry, ZipOutputStream out) throws IOException
ZipEntryTransformertransform in interface ZipEntryTransformerIOExceptionCopyright © 2014 ZeroTurnaround. All rights reserved.