public abstract class StringZipEntryTransformer extends Object implements ZipEntryTransformer
| Constructor and Description |
|---|
StringZipEntryTransformer() |
StringZipEntryTransformer(String encoding) |
| 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 String |
transform(ZipEntry zipEntry,
String input)
Transforms the given String into a new one.
|
public StringZipEntryTransformer()
public StringZipEntryTransformer(String encoding)
protected abstract String transform(ZipEntry zipEntry, String input) throws IOException
IOExceptionpublic void transform(InputStream in, ZipEntry zipEntry, ZipOutputStream out) throws IOException
ZipEntryTransformertransform in interface ZipEntryTransformerIOExceptionCopyright © 2014 ZeroTurnaround. All rights reserved.