Class ZipUtil.ByteArrayUnpacker

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

private static class ZipUtil.ByteArrayUnpacker extends Object implements ZipEntryCallback
Copies an entry into a byte array.
  • Field Details

    • bytes

      private byte[] bytes
  • Constructor Details

    • ByteArrayUnpacker

      private ByteArrayUnpacker()
  • Method Details