IBinaryTokenStreamReader 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IBinaryTokenStreamReader
type IBinaryTokenStreamReader = interface
Public Interface IBinaryTokenStreamReader
- 派生
属性
| 名称 | 说明 |
|---|---|
| CurrentPosition |
流中的当前读取位置。 |
| Length |
获取流的总长度。 |
方法
| 名称 | 说明 |
|---|---|
| Copy() |
创建当前流读取器的副本。 |
| PeekByte() | |
| ReadBlockInto(Array, Int32) |
将数据块读取到指定的输出 |
| ReadBoolean() |
|
| ReadByte() |
从流中读取值 |
| ReadByteArray(Byte[], Int32, Int32) |
从流中读取下一个字节。 |
| ReadBytes(Int32) |
从流中读取下一个字节。 |
| ReadChar() |
从流中读取值 |
| ReadDateTime() | |
| ReadDecimal() |
从流中读取值 |
| ReadDouble() |
从流中读取值 |
| ReadFloat() |
从流中读取值 |
| ReadGuid() | |
| ReadInt() |
从流中读取值 |
| ReadIPAddress() |
从流中读取值 |
| ReadIPEndPoint() |
从流中读取值 |
| ReadLong() |
从流中读取值 |
| ReadSByte() |
从流中读取值 |
| ReadShort() |
从流中读取值 |
| ReadSiloAddress() |
从流中读取值 |
| ReadString() |
从流中读取值 |
| ReadTimeSpan() | |
| ReadUInt() |
从流中读取值 |
| ReadULong() |
从流中读取值 |
| ReadUShort() |
从流中读取值 |
| Reset(IList<ArraySegment<Byte>>) |
使用所提供的数据重置此实例。 |