Package | Description |
---|---|
org.ops4j.store | |
org.ops4j.store.intern |
Modifier and Type | Method and Description |
---|---|
Handle |
Store.store(T inp)
Read incoming object of type T (for example an InputSteam)
|
Modifier and Type | Method and Description |
---|---|
URI |
Store.getLocation(Handle handle)
Fixed location for a resource that has been stored before.
|
T |
Store.load(Handle handle)
Load a T after (successfully) stored it before.
|
Modifier and Type | Method and Description |
---|---|
Handle |
TemporaryStore.store(InputStream inp) |
Modifier and Type | Method and Description |
---|---|
URI |
TemporaryStore.getLocation(Handle handle) |
InputStream |
TemporaryStore.load(Handle handle) |
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.