java.lang.Object
io.xpipe.core.impl.StreamWriteConnection
io.xpipe.core.impl.XpbsWriteConnection
- All Implemented Interfaces:
DataSourceConnection,StructureWriteConnection,AutoCloseable
-
Field Summary
Fields inherited from class io.xpipe.core.impl.StreamWriteConnection
outputStream, store, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(DataStructureNode node) Writes the contents to the data source.Methods inherited from class io.xpipe.core.impl.StreamWriteConnection
close, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.source.DataSourceConnection
close, init
-
Constructor Details
-
XpbsWriteConnection
-
-
Method Details
-
write
Description copied from interface:StructureWriteConnectionWrites the contents to the data source.- Specified by:
writein interfaceStructureWriteConnection- Throws:
Exception
-