Reader<TInput>.ReadBytes Method
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.
Overloads
ReadBytes(Span<Byte>) |
Fills |
ReadBytes(UInt32) |
Reads an array of bytes from the input. |
ReadBytes<TBufferWriter>(TBufferWriter, Int32) |
Reads the specified number of bytes into the provided writer. |
ReadBytes(Span<Byte>)
ReadBytes(UInt32)
ReadBytes<TBufferWriter>(TBufferWriter, Int32)
Reads the specified number of bytes into the provided writer.
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)
Type Parameters
- TBufferWriter
Parameters
- writer
- TBufferWriter
- count
- Int32