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