public class JarResourceStore extends Object implements ResourceStore
| Constructor and Description |
|---|
JarResourceStore(File file) |
| Modifier and Type | Method and Description |
|---|---|
static long |
copy(InputStream input,
OutputStream output) |
byte[] |
read(String pResourceName) |
void |
write(String pResourceName,
byte[] pResourceData) |
public JarResourceStore(File file)
public void write(String pResourceName, byte[] pResourceData)
write in interface ResourceStorepublic byte[] read(String pResourceName)
read in interface ResourceStorepublic static long copy(InputStream input, OutputStream output) throws IOException
IOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.