Class BufferedReaderMemoryExtensions
Inheritance
BufferedReaderMemoryExtensions
Assembly: VoltRpc.Extension.Memory.dll
Syntax
public static class BufferedReaderMemoryExtensions
Methods
|
Improve this Doc
View Source
ReadBytesSpanCopy(BufferedReader, Int32)
Declaration
public static ReadOnlySpan<byte> ReadBytesSpanCopy(this BufferedReader reader, int size)
Parameters
Returns
|
Improve this Doc
View Source
ReadBytesSpanSlice(BufferedReader, Int32)
Declaration
public static ReadOnlySpan<byte> ReadBytesSpanSlice(this BufferedReader reader, int size)
Parameters
Returns
|
Improve this Doc
View Source
ReadStringSpan(BufferedReader)
Declaration
public static string ReadStringSpan(this BufferedReader reader)
Parameters
Returns
Exceptions