public interface IArchiver
| Modifier and Type | Method and Description |
|---|---|
void |
archiveFiles(nl.weeaboo.filesystem.IFileSystem fileSystem,
java.io.File outputFile)
Collects a folder filled with files into a single archive file.
|
void archiveFiles(nl.weeaboo.filesystem.IFileSystem fileSystem,
java.io.File outputFile)
throws java.io.IOException
fileSystem - A virtual filesystem containing the files and folders to add to the archive.outputFile - The output file to which the archive should be written.java.io.IOException - If an I/O error occurs either while reading one of the input files, or while
writing to the output file.