java.lang.Object
io.xpipe.core.util.JacksonizedValue
io.xpipe.core.impl.SinkDrainStore
- All Implemented Interfaces:
DataStore,KnownFormatStreamDataStore,StreamDataStore
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.xpipe.core.util.JacksonizedValue
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.xpipe.core.store.DataStore
asNeeded, checkComplete, delete, determineDefaultName, determineLastModified, isComplete, isContentExclusivelyAccessible, validateMethods inherited from interface io.xpipe.core.store.KnownFormatStreamDataStore
getCharset, getNewLineMethods inherited from interface io.xpipe.core.store.StreamDataStore
openBufferedInput
-
Constructor Details
-
SinkDrainStore
public SinkDrainStore()
-
-
Method Details
-
getFlow
-
canOpen
Description copied from interface:DataStoreChecks whether this store can be opened. This can be not the case for example if the underlying store does not exist. -
openInput
Description copied from interface:StreamDataStoreOpens an input stream that can be used to read its data.- Specified by:
openInputin interfaceStreamDataStore- Throws:
Exception
-
openOutput
Description copied from interface:StreamDataStoreOpens an output stream that can be used to write data.- Specified by:
openOutputin interfaceStreamDataStore- Throws:
Exception
-