java.lang.Object
com.aoapps.io.filesystems.posix.ParallelUnpack
Unpacks the files that have been packed by ParallelPack.
For efficiency, direct TCP communication is supported with the -l
option.
It assumes that the file system is not changing, results of use on a changing filesystem is not defined.
- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Unpacks multiple directories in parallel (but not concurrently).static void
parallelUnpack
(String path, InputStream in, PrintStream verboseOutput, boolean dryRun, boolean force) Unpacks from the provided output stream.
-
Method Details
-
main
Unpacks multiple directories in parallel (but not concurrently). -
parallelUnpack
public static void parallelUnpack(String path, InputStream in, PrintStream verboseOutput, boolean dryRun, boolean force) throws IOException Unpacks from the provided output stream. The stream is flushed but not closed.- Throws:
IOException
-