org.apache.commons.compress.archivers.zip
Class ZipFile.NameAndComment

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

private static final class ZipFile.NameAndComment
extends java.lang.Object


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

name

private final byte[] name

comment

private final byte[] comment
Constructor Detail

ZipFile.NameAndComment

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