Package org.apache.commons.jci.stores
Interface ResourceStore
-
- All Known Implementing Classes:
FileResourceStore,MemoryResourceStore,TransactionalResourceStore
public interface ResourceStoreA Store is where the compilers are storing the results
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]read(java.lang.String pResourceName)voidremove(java.lang.String pResourceName)voidwrite(java.lang.String pResourceName, byte[] pResourceData)
-