Class AbstractUnicodeExtraField

    • Constructor Detail

      • AbstractUnicodeExtraField

        protected AbstractUnicodeExtraField​(String text,
                                            byte[] bytes,
                                            int off,
                                            int len)
        Assemble as unicode extension from the name/comment and encoding of the original zip entry.
        Parameters:
        text - The file name or comment.
        bytes - The encoded of the file name or comment in the zip file.
        off - The offset of the encoded file name or comment in bytes.
        len - The length of the encoded file name or commentin bytes.
      • AbstractUnicodeExtraField

        protected AbstractUnicodeExtraField​(String text,
                                            byte[] bytes)
        Assemble as unicode extension from the name/comment and encoding of the original zip entry.
        Parameters:
        text - The file name or comment.
        bytes - The encoded of the file name or comment in the zip file.