org.zeroturnaround.zip
Interface ZipEntryCallback


public interface ZipEntryCallback

Call-back for traversing ZIP entries with their contents.

Author:
Rein Raudjärv
See Also:
ZipInfoCallback

Method Summary
 void process(InputStream in, ZipEntry zipEntry)
          Invoked for each entry in a ZIP file.
 

Method Detail

process

void process(InputStream in,
             ZipEntry zipEntry)
             throws IOException
Invoked for each entry in a ZIP file.

Parameters:
in - contents of the ZIP entry.
zipEntry - ZIP entry.
Throws:
IOException


Copyright © 2013 ZeroTurnaround. All Rights Reserved.