Interface StreamDataStore

All Superinterfaces:
DataStore
All Known Subinterfaces:
KnownFormatStreamDataStore
All Known Implementing Classes:
CollectionEntryDataStore, FileStore, InMemoryStore, InputStreamStore, OutputStreamStore, SinkDrainStore, StdinDataStore, StdoutDataStore

public interface StreamDataStore extends DataStore
A data store that can be accessed using InputStreams and/or OutputStreams.
  • Method Details