org.zeroturnaround.zip.transform
Class StreamZipEntryTransformer
java.lang.Object
org.zeroturnaround.zip.transform.StreamZipEntryTransformer
- All Implemented Interfaces:
- ZipEntryTransformer
public abstract class StreamZipEntryTransformer
- extends Object
- implements ZipEntryTransformer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamZipEntryTransformer
public StreamZipEntryTransformer()
transform
protected abstract void transform(ZipEntry zipEntry,
InputStream in,
OutputStream out)
throws IOException
- Copies and transforms the given input stream into the output stream.
- Throws:
IOException
transform
public void transform(InputStream in,
ZipEntry zipEntry,
ZipOutputStream out)
throws IOException
- Description copied from interface:
ZipEntryTransformer
- Copies and transforms the given entry into the ZIP output stream.
- Specified by:
transform in interface ZipEntryTransformer
- Throws:
IOException
Copyright © 2013 ZeroTurnaround. All Rights Reserved.