|
Bny.RawBytes 1.0.0
C# library for reading and writing binary data
|
This is the complete list of members for Bytes, including all inherited members.
| DefaultEndianness | Bytes | static |
| From(object? value, Span< byte > result, BytesParam? par=null) | Bytes | static |
| From(object? value, Stream output, BytesParam? par=null) | Bytes | static |
| From< T >(T? value, Span< byte > result, BytesParam? par=null) | Bytes | static |
| From< T >(T? value, Stream output, BytesParam? par=null) | Bytes | static |
| IsDefaultLE | Bytes | static |
| To(ReadOnlySpan< byte > data, Type type, BytesParam? par=null) | Bytes | static |
| To(ReadOnlySpan< byte > data, Type type, out int readedBytes, BytesParam? par=null) | Bytes | static |
| To(Stream data, Type type, BytesParam? par=null) | Bytes | static |
| To< T >(ReadOnlySpan< byte > data, BytesParam? par=null) | Bytes | static |
| To< T >(ReadOnlySpan< byte > data, out int readedBytes, BytesParam? par=null) | Bytes | static |
| To< T >(Stream data, BytesParam? par=null) | Bytes | static |
| TryFrom(object? value, Span< byte > result, BytesParam? par=null) | Bytes | static |
| TryFrom(object? value, Stream output, BytesParam? par=null) | Bytes | static |
| TryFrom< T >(T? value, Span< byte > result, BytesParam? par=null) | Bytes | static |
| TryFrom< T >(T? value, Stream output, BytesParam? par=null) | Bytes | static |
| TryTo(ReadOnlySpan< byte > data, Type type, out object? result, BytesParam? par=null) | Bytes | static |
| TryTo(Stream data, Type type, [NotNullWhen(true)] out object? result, BytesParam? par=null) | Bytes | static |
| TryTo< T >(ReadOnlySpan< byte > data, out T? result, BytesParam? par=null) | Bytes | static |
| TryTo< T >(Stream data, [NotNullWhen(true)] out T? result, BytesParam? par=null) | Bytes | static |