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(String pResourceName)
           
 void write(String pResourceName, byte[] pResourceData)
           
 

Method Detail

write

void write(String pResourceName,
           byte[] pResourceData)

read

byte[] read(String pResourceName)


Copyright © 2009 OpenSymphony. All Rights Reserved.