- All Superinterfaces:
DataStore
- All Known Subinterfaces:
KnownFormatStreamDataStore
- All Known Implementing Classes:
CollectionEntryDataStore,FileStore,InMemoryStore,InputStreamStore,OutputStreamStore,SinkDrainStore,StdinDataStore,StdoutDataStore
A data store that can be accessed using InputStreams and/or OutputStreams.
-
Method Summary
Modifier and TypeMethodDescriptiondefault InputStreamOpens an input stream that is guaranteed to be buffered.default InputStreamOpens an input stream that can be used to read its data.default OutputStreamOpens an output stream that can be used to write data.Methods inherited from interface io.xpipe.core.store.DataStore
asNeeded, canOpen, checkComplete, delete, determineDefaultName, determineLastModified, getFlow, isComplete, isContentExclusivelyAccessible, validate