Stream 构造函数

定义

初始化 Stream 类的新实例。

protected:
 Stream();
protected Stream ();
Protected Sub New ()

注解

Stream 是所有流的抽象基类。

继承自 Stream 的一些更常用的流包括 FileStream、 和 MemoryStream

适用于