Class ZipArchiveEntryRequest


  • public class ZipArchiveEntryRequest
    extends java.lang.Object
    A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.
    Since:
    1.10
    • Method Detail

      • createZipArchiveEntryRequest

        public static ZipArchiveEntryRequest createZipArchiveEntryRequest​(ZipArchiveEntry zipArchiveEntry,
                                                                          InputStreamSupplier payloadSupplier)
        Create a ZipArchiveEntryRequest
        Parameters:
        zipArchiveEntry - The entry to use
        payloadSupplier - The payload that will be added to the zip entry.
        Returns:
        The newly created request
      • getPayloadStream

        public java.io.InputStream getPayloadStream()
        The payload that will be added to this zip entry
        Returns:
        The input stream.
      • getMethod

        public int getMethod()
        The compression method to use
        Returns:
        The compression method to use