Düzenle

Aracılığıyla paylaş


ReaderInput Class

Definition

Functionality for reading binary data.

public abstract class ReaderInput
type ReaderInput = class
Public MustInherit Class ReaderInput
Inheritance
ReaderInput

Constructors

ReaderInput()

Properties

Length

Gets the length.

Position

Gets the position.

Methods

ReadByte()

Reads a byte from the input.

ReadBytes(Byte[], Int32, Int32)

Reads bytes from the input into the destination array.

ReadBytes(Span<Byte>)

Fills the destination span with data from the input.

ReadUInt32()

Reads a UInt32 from the input.

ReadUInt64()

Reads a UInt64 from the input.

Seek(Int64)

Seeks to the specified position.

Skip(Int64)

Skips the specified number of bytes.

TryReadBytes(Int32, ReadOnlySpan<Byte>)

Tries to read the specified number of bytes from the input.

Applies to