java.lang.Object
io.xpipe.core.impl.StreamWriteConnection
- All Implemented Interfaces:
DataSourceConnection,AutoCloseable
- Direct Known Subclasses:
TextWriteConnection,XpbsWriteConnection,XpbtWriteConnection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OutputStreamprotected final StreamDataStoreprotected OutputStreamWriter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
store
-
outputStream
-
writer
-
-
Constructor Details
-
StreamWriteConnection
-
-
Method Details
-
init
Description copied from interface:DataSourceConnectionInitializes this connection. Required to be called exactly once prior to attempting to use this connection.- Specified by:
initin interfaceDataSourceConnection- Throws:
Exception
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceDataSourceConnection- Throws:
Exception
-