Class ZipFile.NameAndComment

java.lang.Object
org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
Enclosing class:
ZipFile

private static final class ZipFile.NameAndComment extends Object
  • Field Details

    • name

      private final byte[] name
    • comment

      private final byte[] comment
  • Constructor Details

    • NameAndComment

      private NameAndComment(byte[] name, byte[] comment)