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>>) |
使用提供的資料重設這個實例。 |