public abstract class AbstractFilePersistentStreamRepository extends AbstractFileRepository
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap |
m_inputs |
protected java.util.HashMap |
m_outputs |
BYTE_MASK, DEBUG, HANDLED_URL, HEX_DIGITS, m_baseDirectory, m_destination, m_extension, m_filter, m_name, m_path, monitor| Constructor and Description |
|---|
AbstractFilePersistentStreamRepository() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
get(java.lang.String key)
Get the object associated to the given unique key.
|
protected java.lang.String |
getExtensionDecorator() |
java.io.OutputStream |
put(java.lang.String key)
Store the given object and associates it to the given key
|
void |
remove(java.lang.String key)
Remove the object associated to the given key.
|
containsKey, createChildRepository, decode, encode, getChildRepository, getFile, getInputStream, getOutputStream, initializeChild, list, setDestinationprotected final java.util.HashMap m_inputs
protected final java.util.HashMap m_outputs
public AbstractFilePersistentStreamRepository()
public java.io.InputStream get(java.lang.String key)
public java.io.OutputStream put(java.lang.String key)
public void remove(java.lang.String key)
AbstractFileRepositoryremove in class AbstractFileRepositoryprotected java.lang.String getExtensionDecorator()
getExtensionDecorator in class AbstractFileRepository