|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
private static final class ZipFile.NameAndComment
Field Summary | |
---|---|
private byte[] |
comment
|
private byte[] |
name
|
Constructor Summary | |
---|---|
private |
ZipFile.NameAndComment(byte[] name,
byte[] comment)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final byte[] name
private final byte[] comment
Constructor Detail |
---|
private ZipFile.NameAndComment(byte[] name, byte[] comment)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |