Class ZipFile.NameAndComment

  • Enclosing class:
    ZipFile

    private static final class ZipFile.NameAndComment
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] comment  
      private byte[] name  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private 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

      • NameAndComment

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