BatchingStream 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class BatchingStream : System::IO::Stream
public class BatchingStream : System.IO.Stream
type BatchingStream = class
inherit Stream
Public Class BatchingStream
Inherits Stream
- 继承
-
BatchingStream
属性
CanRead | |
CanSeek | |
CanWrite | |
Length | |
Position |
方法
Flush() | |
Read(Byte[], Int32, Int32) | |
Seek(Int64, SeekOrigin) | |
SetLength(Int64) | |
Write(Byte[], Int32, Int32) |