BinaryTokenStreamReader Class
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.
Reader for Orleans binary token streams
public class BinaryTokenStreamReader
public class BinaryTokenStreamReader : Orleans.Serialization.IBinaryTokenStreamReader
type BinaryTokenStreamReader = class
type BinaryTokenStreamReader = class
interface IBinaryTokenStreamReader
Public Class BinaryTokenStreamReader
Public Class BinaryTokenStreamReader
Implements IBinaryTokenStreamReader
- Inheritance
-
BinaryTokenStreamReader
- Implements
Constructors
BinaryTokenStreamReader(ArraySegment<Byte>) |
Create a new BinaryTokenStreamReader to read from the specified input buffer. |
BinaryTokenStreamReader(Byte[]) |
Create a new BinaryTokenStreamReader to read from the specified input byte array. |
BinaryTokenStreamReader(IList<ArraySegment<Byte>>) |
Create a new BinaryTokenStreamReader to read from the specified input buffers. |
Properties
CurrentPosition |
Current read position in the stream. |
Length |
Gets the total length. |
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. |