Class ZipFile.NameAndComment
java.lang.Object
org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
- Enclosing class:
- ZipFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
private final byte[] name -
comment
private final byte[] comment
-
-
Constructor Details
-
NameAndComment
private NameAndComment(byte[] name, byte[] comment)
-