|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Handle | |
|---|---|
| org.ops4j.store | |
| org.ops4j.store.intern | |
| Uses of Handle in org.ops4j.store |
|---|
| Methods in org.ops4j.store that return Handle | |
|---|---|
Handle |
Store.store(T inp)
Read incoming object of type T (for example an InputSteam) |
| Methods in org.ops4j.store with parameters of type Handle | |
|---|---|
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. |
| Uses of Handle in org.ops4j.store.intern |
|---|
| Methods in org.ops4j.store.intern that return Handle | |
|---|---|
Handle |
TemporaryStore.store(InputStream inp)
|
| Methods in org.ops4j.store.intern with parameters of type Handle | |
|---|---|
URI |
TemporaryStore.getLocation(Handle handle)
|
InputStream |
TemporaryStore.load(Handle handle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||