public abstract class AbstractResourceStore extends Object implements ResourceStore
Constructor and Description |
---|
AbstractResourceStore(File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
closeQuietly(InputStream is) |
String |
toString() |
void |
write(String pResourceName,
byte[] pResourceData) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
read
protected final File file
public AbstractResourceStore(File file)
protected void closeQuietly(InputStream is)
public void write(String pResourceName, byte[] pResourceData)
write
in interface ResourceStore
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.