类 OutputStreamOutChannel
- java.lang.Object
-
- risesoft.data.transfer.core.channel.OutputStreamOutChannel
-
- 所有已实现的接口:
Channel,OutChannel,Closed,RecordOutuptStream
public abstract class OutputStreamOutChannel extends Object implements OutChannel
抽象类处理好 recordOut 的存储- 作者:
- lb
- Date:
- 2023年12月11日
-
-
字段概要
字段 修饰符和类型 字段 说明 protected RecordOutuptStreamrecordOutuptStream
-
构造器概要
构造器 构造器 说明 OutputStreamOutChannel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose()关闭 通常代表着上游处理任务结束voidsetOutPutStream(RecordOutuptStream recordOutuptStream)设置通道的出口-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
字段详细资料
-
recordOutuptStream
protected RecordOutuptStream recordOutuptStream
-
-
方法详细资料
-
setOutPutStream
public void setOutPutStream(RecordOutuptStream recordOutuptStream)
从接口复制的说明:Channel设置通道的出口- 指定者:
setOutPutStream在接口中Channel
-
-