com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ZipFile

    • Method Detail

      • getCompressionMethod

        public final ZipCompressionMethod getCompressionMethod()

        Gets the compression method.

        Returns:
        The compression method.
      • getCompressedSize

        public final long getCompressedSize()

        Gets the compressed size in bytes.

        Returns:
        The compressed size in bytes.
      • getUncompressedSize

        public final long getUncompressedSize()

        Gets the uncompressed size in bytes.

        Returns:
        The uncompressed size in bytes.
      • getFlags

        public final int getFlags()

        Gets the ZIP entry flags.

        Returns:
        The ZIP entry flags.


        Bit 00: encrypted file. <br></br> Bit 01: compression option. <br></br> Bit 02: compression option. <br></br> Bit 03: data descriptor. <br></br> Bit 04: enhanced deflation. <br></br> Bit 05: compressed patched data. <br></br> Bit 06: strong encryption. <br></br> Bit 07-10: unused. <br></br> Bit 11: language encoding. <br></br> Bit 12: reserved. <br></br> Bit 13: mask header values. <br></br> Bit 14-15: reserved. <br></br>

      • getName

        public final String getName()

        Gets the entry name.

        Returns:
        The entry name. It can be a file or directory name.
      • getRawName

        public final byte[] getRawName()

        Gets an array of bytes representing the name of the entry.

        Returns:
        An array of bytes representing the name of the entry.
      • getModificationDateTime

        public final Date getModificationDateTime()

        Gets the last modification date and time.

        Returns:
        The last modification date and time.