Class ParallelZipWriter.Entry
java.lang.Object
com.ljarocki.parallelzip.internal.ParallelZipWriter.Entry
- Enclosing class:
- ParallelZipWriter
One archive entry. Content is one of: a directory (no content), inline
data
(materialized in memory), or a file to read/stream (a real source or a temp).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Entry
public Entry()
-