@ParametersAreNonnullByDefault @Nonnull
See: Description
| Interface | Description |
|---|---|
| Sink |
A factory for
OutputStreams. |
| Source |
A factory for
InputStreams. |
| SourceProvider |
Provides a source.
|
| Store |
An abstraction for storing data.
|
| StoreProvider |
Provides a store.
|
| Transformation |
A transformation decorates the
OutputStreams and
InputStreams which are provided by sinks
and sources. |
| Class | Description |
|---|---|
| Copy |
Provides a poor man's copy algorithm.
|
| FileStore |
A file store.
|
| MemoryStore |
A (heap) memory store.
|
| PreferencesStore |
A preferences (node) store.
|
| Sinks |
Provides common
Sinks. |
| Sources |
Provides common
Sources. |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.