Class UnicodePathExtraField

    • Constructor Detail

      • 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
      • 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.