com.opensymphony.xwork2.util.classloader
Interface ResourceStore
- All Known Implementing Classes:
- FileResourceStore, JarResourceStore
public interface ResourceStore
*interface taken from Apache JCI
Method Summary |
byte[] |
read(java.lang.String pResourceName)
|
void |
write(java.lang.String pResourceName,
byte[] pResourceData)
|
write
void write(java.lang.String pResourceName,
byte[] pResourceData)
read
byte[] read(java.lang.String pResourceName)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.