Class OutputStreamOutChannel
- java.lang.Object
-
- risesoft.data.transfer.core.channel.OutputStreamOutChannel
-
- All Implemented Interfaces:
Channel,OutChannel,Closed,RecordOutuptStream
public abstract class OutputStreamOutChannel extends Object implements OutChannel
抽象类处理好 recordOut 的存储- Author:
- lb
- Date:
- 2023年12月11日
-
-
Field Summary
Fields Modifier and Type Field Description protected RecordOutuptStreamrecordOutuptStream
-
Constructor Summary
Constructors Constructor Description OutputStreamOutChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()关闭 通常代表着上游处理任务结束voidsetOutPutStream(RecordOutuptStream recordOutuptStream)设置通道的出口-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
Field Detail
-
recordOutuptStream
protected RecordOutuptStream recordOutuptStream
-
-
Method Detail
-
setOutPutStream
public void setOutPutStream(RecordOutuptStream recordOutuptStream)
Description copied from interface:Channel设置通道的出口- Specified by:
setOutPutStreamin interfaceChannel
-
-