Package | Description |
---|---|
de.innovationgate.utils |
Generic various-purpose utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DirZipper.DefaultInputStreamProvider
Default implementation of InputStreamProvider that just returns
plain FileInputStream-Objects for files
|
Modifier and Type | Method and Description |
---|---|
DirZipper.InputStreamProvider |
DirZipper.getInputStreamProvider()
Returns the input stream provider that the DirZipper will use to fetch
input streams for indidivual files
|
Modifier and Type | Method and Description |
---|---|
void |
DirZipper.setInputStreamProvider(DirZipper.InputStreamProvider inputStreamProvider)
Sets the input stream provider that the DirZipper will use to fetch
input streams for indidivual files
|