public final class ZipUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
write(File file,
ZipOutputStream outputStream)
Writes the given file to the given ZIP output.
|
public static void write(File file, ZipOutputStream outputStream) throws NullPointerException, IOException
file - file to writeoutputStream - stream to write the file intoNullPointerException - if either file or outputStream is nullIOException - if an I/O error has occurredCopyright © 2014. All Rights Reserved.