您要查找的是不是:
- ADO.Stream ADO.Stream
- STREAM算法 STREAM algorithm
- ADODB.Stream ADODB.Stream
- 从Stream类派生的类包括 Classes that derive from the Stream class include
- capturing stream (河流) 袭夺
- inverted stream (逆流河) 倒流河
- 用于写入文件的Stream对象。 A Stream object used to write to a file.
- stream cut terrace (岩石阶地) 河切阶地
- superimposed stream (遗传河) 上置河流
- Stream Aggregate运算符的执行计划输出显示如下。 The execution plan output of the Stream Aggregate operator appears below.
- Stream Aggregate运算符要求输入在组中按列进行排序。 The Stream Aggregate operator requires input ordered by the columns within its groups.
- 它可以包装在可通过BaseStream属性访问的Stream对象中。 It can be wrapped in a Stream object, accessible through the BaseStream property.
- Stream的默认实现创建一个新的单字节数组,然后调用Read。 The default implementation on Stream creates a new single-byte array and then calls Read.
- 可写Stream实例,用于存储要由当前请求发送到服务器的数据。 A writable Stream instance used to store data to be sent to the server by the current request.
- 关闭端口连接,将IsOpen属性设置为false,并释放内部Stream对象。 Closes the port connection, sets the IsOpen property to false, and disposes of the internal Stream object.
- 指示关闭TextFieldParser对象后,是否仍将stream保持为打开状态。 Indicates whether to leave stream open when the TextFieldParser object is closed.
- 下面列出了用在stream_filter_append()中的几个内置的流过滤器。 The following is a list of a few built-in stream filters for use with stream_filter_append().
- 要得到自己的PHP版本中所安装的传输器列表,使用stream_get_transports()。 For a list of transports installed in your version of PHP use stream_get_transports().
- 值得指出stream_filter_append()与stream_filter_prepend()之间有少许不平衡。 It is worth noting a slight asymmetry between stream_filter_append() and stream_filter_prepend().
- 在Stream上调用Close将刷新所有经过缓冲处理的数据,本质上是为您调用了Flush。 Calling Close on a Stream flushes any buffered data, essentially calling Flush for you.