Interface DataStreamFactory<T>

    • Method Detail

      • init

        void init()
        初始化输入流 如需配置文件则从构造函数中获得配置
        Parameters:
        config -
      • getStream

        T getStream()
        获取流
        Returns: