com.opensymphony.xwork2.util.classloader
Class JarResourceStore

java.lang.Object
  extended by com.opensymphony.xwork2.util.classloader.JarResourceStore
All Implemented Interfaces:
ResourceStore

public class JarResourceStore
extends Object
implements ResourceStore

Read resources from a jar file


Constructor Summary
JarResourceStore(File file)
           
 
Method Summary
static long copy(InputStream input, OutputStream output)
           
 byte[] read(String pResourceName)
           
 void write(String pResourceName, byte[] pResourceData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarResourceStore

public JarResourceStore(File file)
Method Detail

write

public void write(String pResourceName,
                  byte[] pResourceData)
Specified by:
write in interface ResourceStore

read

public byte[] read(String pResourceName)
Specified by:
read in interface ResourceStore

copy

public static long copy(InputStream input,
                        OutputStream output)
                 throws IOException
Throws:
IOException


Copyright © 2009 OpenSymphony. All Rights Reserved.