IBinaryTokenStreamReader Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IBinaryTokenStreamReader
type IBinaryTokenStreamReader = interface
Public Interface IBinaryTokenStreamReader
- Derived
Properties
CurrentPosition |
Current read position in the stream. |
Length |
Gets the total length of the stream. |
Methods
Copy() |
Creates a copy of the current stream reader. |
PeekByte() | |
ReadBlockInto(Array, Int32) |
Read a block of data into the specified output |
ReadBoolean() |
Read a |
ReadByte() |
Read an |
ReadByteArray(Byte[], Int32, Int32) |
Read the next bytes from the stream. |
ReadBytes(Int32) |
Read the next bytes from the stream. |
ReadChar() |
Read an |
ReadDateTime() | |
ReadDecimal() |
Read an |
ReadDouble() |
Read an |
ReadFloat() |
Read an |
ReadGuid() | |
ReadInt() |
Read an |
ReadIPAddress() |
Read an |
ReadIPEndPoint() |
Read an |
ReadLong() |
Read an |
ReadSByte() |
Read an |
ReadShort() |
Read an |
ReadSiloAddress() |
Read an |
ReadString() |
Read an |
ReadTimeSpan() | |
ReadUInt() |
Read an |
ReadULong() |
Read an |
ReadUShort() |
Read an |
Reset(IList<ArraySegment<Byte>>) |
Resets this instance with the provided data. |