public interface ZipArchiveEntryRequestSupplier
ZipArchiveEntryRequest.
 Implementations are required to support thread-handover. While an instance will
 not be accessed concurrently by multiple threads, it will be called by
 a different thread than it was created on.| Modifier and Type | Method and Description | 
|---|---|
| ZipArchiveEntryRequest | get()Supply a  ZipArchiveEntryRequestto be added to a parallel archive. | 
ZipArchiveEntryRequest get()
ZipArchiveEntryRequest to be added to a parallel archive.ZipArchiveEntryRequest instance. Should never be null.Copyright © 2018 The Apache Software Foundation. All rights reserved.