public static interface Compression.CompressibleWithFile
Modifier and Type | Method and Description |
---|---|
Compression.CompressibleFile |
withDirectory(String directory)
Set the directory path to the compressible object.
|
Compression.CompressibleFile |
withFile(String filename)
Set the file or directory path to the compressible object.
|
Compression.CompressibleFile withFile(String filename) throws IOException
filename
- Directory or file to be compressed.IOException
Compression.CompressibleFile withDirectory(String directory) throws IOException
directory
- Directory name.IOException
Copyright © 2016–2021. All rights reserved.