java.lang.Object
io.xpipe.core.store.InputStreamStore
- All Implemented Interfaces:
DataStore,StreamDataStore
A data store that is only represented by an InputStream.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.store.DataStore
asNeeded, checkComplete, isComplete, isInStorageMethods inherited from interface io.xpipe.core.store.StreamDataStore
isContentExclusivelyAccessible, openBufferedInput, openOutput
-
Constructor Details
-
InputStreamStore
-
-
Method Details
-
openInput
Description copied from interface:StreamDataStoreOpens an input stream that can be used to read its data.- Specified by:
openInputin interfaceStreamDataStore
-
getFlow
- Specified by:
getFlowin interfaceStreamDataStore
-
canOpen
public boolean canOpen()Description copied from interface:StreamDataStoreChecks whether this store can be opened. This can be not the case for example if the underlying store does not exist.- Specified by:
canOpenin interfaceStreamDataStore
-