public class JarArchiveIo extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JarArchiveIo()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JarArchive |
open(File f)
Open a jar archive.
|
static JarArchive |
open(InputStream is)
Open a jar archive.
|
static JarArchive |
open(String file)
Open a jar archive.
|
public static JarArchive open(String file) throws IOException
file - Input FileIOException - if an IO error occurspublic static JarArchive open(InputStream is) throws IOException
is - Input StreamIOException - if an IO error occurspublic static JarArchive open(File f) throws IOException
f - Input FileIOException - if an IO error occursCopyright © 2004-2013 Codehaus. All Rights Reserved.