org.apache.tools.zip

Interface CentralDirectoryParsingZipExtraField

    • Method Detail

      • parseFromCentralDirectoryData

        void parseFromCentralDirectoryData(byte[] data,
                                           int offset,
                                           int length)
                                    throws java.util.zip.ZipException
        Populate data from this array as if it was in central directory data.
        Parameters:
        data - an array of bytes
        offset - the start offset
        length - the number of bytes in the array from offset
        Throws:
        java.util.zip.ZipException - on error