Class ZipUtil.BackslashUnpacker

java.lang.Object
org.zeroturnaround.zip.ZipUtil.BackslashUnpacker
All Implemented Interfaces:
ZipEntryCallback
Enclosing class:
ZipUtil

public static class ZipUtil.BackslashUnpacker extends Object implements ZipEntryCallback
Unpacks each ZIP entries. Presumes they are packed with the backslash separator. Some archives can have this problem if they are created with some software that is not following the ZIP specification.
Since:
zt-zip 1.9
  • Field Details

    • outputDir

      private final File outputDir
    • mapper

      private final NameMapper mapper
  • Constructor Details

    • BackslashUnpacker

      public BackslashUnpacker(File outputDir, NameMapper mapper)
    • BackslashUnpacker

      public BackslashUnpacker(File outputDir)
  • Method Details