org.apache.commons.jci.stores
Class MemoryResourceStore
java.lang.Object
org.apache.commons.jci.stores.MemoryResourceStore
- All Implemented Interfaces:
- ResourceStore
public final class MemoryResourceStore
- extends Object
- implements ResourceStore
Store just in memory
- Author:
- tcurdt
MemoryResourceStore
public MemoryResourceStore()
read
public byte[] read(String pResourceName)
- Specified by:
read
in interface ResourceStore
write
public void write(String pResourceName,
byte[] pData)
- Specified by:
write
in interface ResourceStore
remove
public void remove(String pResourceName)
- Specified by:
remove
in interface ResourceStore
list
@Deprecated
public String[] list()
- Deprecated.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.