public static class ZipUtil.BackslashUnpacker extends Object implements ZipEntryCallback
Constructor and Description |
---|
BackslashUnpacker(File outputDir) |
BackslashUnpacker(File outputDir,
NameMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
process(InputStream in,
ZipEntry zipEntry)
Invoked for each entry in a ZIP file.
|
public BackslashUnpacker(File outputDir, NameMapper mapper)
public BackslashUnpacker(File outputDir)
public void process(InputStream in, ZipEntry zipEntry) throws IOException
ZipEntryCallback
process
in interface ZipEntryCallback
in
- contents of the ZIP entry.zipEntry
- ZIP entry.IOException
- when any processing exception occursCopyright © 2017 ZeroTurnaround. All rights reserved.