public class DirectoryZipInputStream
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryZipInputStream() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.InputStream |
fromPath(java.nio.file.Path root)
Create an InputStream from a directory, containing the contents of
the directory, zipped.
|