Bny.RawBytes 1.0.0
C# library for reading and writing binary data
Loading...
Searching...
No Matches
Bytes Member List

This is the complete list of members for Bytes, including all inherited members.

DefaultEndiannessBytesstatic
From(object? value, Span< byte > result, BytesParam? par=null)Bytesstatic
From(object? value, Stream output, BytesParam? par=null)Bytesstatic
From< T >(T? value, Span< byte > result, BytesParam? par=null)Bytesstatic
From< T >(T? value, Stream output, BytesParam? par=null)Bytesstatic
IsDefaultLEBytesstatic
To(ReadOnlySpan< byte > data, Type type, BytesParam? par=null)Bytesstatic
To(ReadOnlySpan< byte > data, Type type, out int readedBytes, BytesParam? par=null)Bytesstatic
To(Stream data, Type type, BytesParam? par=null)Bytesstatic
To< T >(ReadOnlySpan< byte > data, BytesParam? par=null)Bytesstatic
To< T >(ReadOnlySpan< byte > data, out int readedBytes, BytesParam? par=null)Bytesstatic
To< T >(Stream data, BytesParam? par=null)Bytesstatic
TryFrom(object? value, Span< byte > result, BytesParam? par=null)Bytesstatic
TryFrom(object? value, Stream output, BytesParam? par=null)Bytesstatic
TryFrom< T >(T? value, Span< byte > result, BytesParam? par=null)Bytesstatic
TryFrom< T >(T? value, Stream output, BytesParam? par=null)Bytesstatic
TryTo(ReadOnlySpan< byte > data, Type type, out object? result, BytesParam? par=null)Bytesstatic
TryTo(Stream data, Type type, [NotNullWhen(true)] out object? result, BytesParam? par=null)Bytesstatic
TryTo< T >(ReadOnlySpan< byte > data, out T? result, BytesParam? par=null)Bytesstatic
TryTo< T >(Stream data, [NotNullWhen(true)] out T? result, BytesParam? par=null)Bytesstatic