Interface StreamDataStore

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

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