다음을 통해 공유


ReaderInput 클래스

정의

이진 데이터를 읽는 기능입니다.

public abstract class ReaderInput
type ReaderInput = class
Public MustInherit Class ReaderInput
상속
ReaderInput

생성자

ReaderInput()

이진 데이터를 읽는 기능입니다.

속성

Length

길이를 가져옵니다.

Position

위치를 가져옵니다.

메서드

ReadByte()

입력에서 바이트를 읽습니다.

ReadBytes(Byte[], Int32, Int32)

입력에서 대상 배열로 바이트를 읽습니다.

ReadBytes(Span<Byte>)

대상 범위를 입력의 데이터로 채웁니다.

ReadUInt32()

입력에서 를 UInt32 읽습니다.

ReadUInt64()

입력에서 를 UInt64 읽습니다.

Seek(Int64)

지정된 위치를 찾습니다.

Skip(Int64)

지정된 바이트 수를 건너뜁니다.

TryReadBytes(Int32, ReadOnlySpan<Byte>)

입력에서 지정된 바이트 수를 읽으려고 시도합니다.

적용 대상