public class JarStreams extends Object
JarInputStream and JarOutputStream objects.
| Constructor and Description |
|---|
JarStreams() |
| Modifier and Type | Method and Description |
|---|---|
static JarEntry |
getNextJarEntry(JarInputStream modelStream,
String expectedName) |
static void |
putNextJarEntry(JarOutputStream modelStream,
String name,
File file) |
public JarStreams()
public static JarEntry getNextJarEntry(JarInputStream modelStream, String expectedName) throws IOException
IOExceptionpublic static void putNextJarEntry(JarOutputStream modelStream, String name, File file) throws IOException
IOExceptionCopyright © 2014. All rights reserved.