Class UnicodePathExtraField

    • Field Detail

      • UPATH_ID

        public static final ZipShort UPATH_ID
    • Constructor Detail

      • UnicodePathExtraField

        public UnicodePathExtraField()
      • UnicodePathExtraField

        public UnicodePathExtraField​(java.lang.String text,
                                     byte[] bytes,
                                     int off,
                                     int len)
        Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
        Parameters:
        text - The file name
        bytes - the bytes actually written to the archive
        off - The offset of the encoded file name in bytes.
        len - The length of the encoded file name or comment in bytes.
      • UnicodePathExtraField

        public UnicodePathExtraField​(java.lang.String name,
                                     byte[] bytes)
        Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
        Parameters:
        name - The file name
        bytes - the bytes actually written to the archive
    • Method Detail

      • getHeaderId

        public ZipShort getHeaderId()
        Description copied from interface: ZipExtraField
        The Header-ID.
        Returns:
        The HeaderId value