ReaderInput
class
Namespace: Orleans.Serialization.Buffers
Functionality for reading binary data.
public abstract class ReaderInputProperties
Methods
ReadByteReads a byte from the input.ReadBytes(Span<byte>)Fills the destination span with data from the input.ReadBytes(byte[], int, int)Reads bytes from the input into the destination array.ReadUInt32Reads aSystem.UInt32from the input.ReadUInt64Reads aSystem.UInt64from the input.Seek(long)Seeks to the specified position.Skip(long)Skips the specified number of bytes.TryReadBytes(int, ReadOnlySpan<byte>)Tries to read the specified number of bytes from the input.
