org.zeroturnaround.zip.transform
Class ZipEntrySourceZipEntryTransformer

java.lang.Object
  extended by org.zeroturnaround.zip.transform.ZipEntrySourceZipEntryTransformer
All Implemented Interfaces:
ZipEntryTransformer

public class ZipEntrySourceZipEntryTransformer
extends Object
implements ZipEntryTransformer


Constructor Summary
ZipEntrySourceZipEntryTransformer(ZipEntrySource source)
           
 
Method Summary
 void transform(InputStream in, ZipEntry zipEntry, ZipOutputStream out)
          Copies and transforms the given entry into the ZIP output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipEntrySourceZipEntryTransformer

public ZipEntrySourceZipEntryTransformer(ZipEntrySource source)
Method Detail

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.