다음을 통해 공유


Reader<TInput>.ReadBytes 메서드

정의

오버로드

ReadBytes(Span<Byte>)

destination 입력에서 읽은 바이트로 채웁니다.

ReadBytes(UInt32)

입력에서 바이트 배열을 읽습니다.

ReadBytes<TBufferWriter>(TBufferWriter, Int32)

지정된 바이트 수를 제공된 작성기에 읽습니다.

ReadBytes(Span<Byte>)

destination 입력에서 읽은 바이트로 채웁니다.

public void ReadBytes (scoped Span<byte> destination);
member this.ReadBytes : Span<byte> -> unit
Public Sub ReadBytes (destination As Span(Of Byte))

매개 변수

destination
Span<Byte>

대상입니다.

적용 대상

ReadBytes(UInt32)

입력에서 바이트 배열을 읽습니다.

public byte[] ReadBytes (uint count);
member this.ReadBytes : uint32 -> byte[]
Public Function ReadBytes (count As UInteger) As Byte()

매개 변수

count
UInt32

읽을 배열의 길이입니다.

반환

Byte[]

읽은 배열입니다.

적용 대상

ReadBytes<TBufferWriter>(TBufferWriter, Int32)

지정된 바이트 수를 제공된 작성기에 읽습니다.

public void ReadBytes<TBufferWriter> (scoped ref TBufferWriter writer, int count) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
member this.ReadBytes : 'BufferWriter * int -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Sub ReadBytes(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As TBufferWriter, count As Integer)

형식 매개 변수

TBufferWriter

매개 변수

writer
TBufferWriter
count
Int32

적용 대상