public class ZipArchiveEntryRequest extends Object
Modifier and Type | Method and Description |
---|---|
static ZipArchiveEntryRequest |
createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry,
InputStreamSupplier payloadSupplier)
Creates a ZipArchiveEntryRequest
|
int |
getMethod()
Gets the compression method to use
|
InputStream |
getPayloadStream()
Gets the payload that will be added to this ZIP entry
|
public static ZipArchiveEntryRequest createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry, InputStreamSupplier payloadSupplier)
zipArchiveEntry
- The entry to usepayloadSupplier
- The payload that will be added to the ZIP entry.public int getMethod()
public InputStream getPayloadStream()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.