org.zeroturnaround.zip.transform
Interface ZipEntryTransformer

All Known Implementing Classes:
ByteArrayZipEntryTransformer, FileZipEntryTransformer, StreamZipEntryTransformer, StringZipEntryTransformer, ZipEntrySourceZipEntryTransformer

public interface ZipEntryTransformer

Call-back for traversing ZIP entries with their contents and producing a new ZIP file as an output.

Author:
Rein Raudjärv

Method Summary
 void transform(InputStream in, ZipEntry zipEntry, ZipOutputStream out)
          Copies and transforms the given entry into the ZIP output stream.
 

Method Detail

transform

void transform(InputStream in,
               ZipEntry zipEntry,
               ZipOutputStream out)
               throws IOException
Copies and transforms the given entry into the ZIP output stream.

Throws:
IOException


Copyright © 2013 ZeroTurnaround. All Rights Reserved.