Photon Fusion
2.0.8
This is the complete list of members for BinUtils, including all inherited members.
| AsPointer< T >(this Span< byte > source) | BinUtils | static |
| AsPointer< T >(this Span< int > source) | BinUtils | static |
| AsRef< T >(this Span< byte > source) | BinUtils | static |
| AsRef< T >(this Span< int > source) | BinUtils | static |
| BytesToHex(byte *buffer, int length, int columns=16, string rowSeparator="\n", string columnSeparator=" ") | BinUtils | static |
| BytesToHex(byte[] buffer, int columns=16) | BinUtils | static |
| BytesToHex(ReadOnlySpan< byte > buffer, int columns=16) | BinUtils | static |
| ByteToHex(byte value) | BinUtils | static |
| HexToBytes(string str, byte *buffer, int length) | BinUtils | static |
| Read< T >(this Span< byte > source) | BinUtils | static |
| Read< T >(this Span< int > source) | BinUtils | static |
| unsafe(int, int) HexToInts(string str | BinUtils | static |
| WordsToHex(int *buffer, int length, int columns=4, string rowSeparator="\n", string columnSeparator=" ") | BinUtils | static |
| WordsToHex(uint *buffer, int length, int columns=4, string rowSeparator="\n", string columnSeparator=" ") | BinUtils | static |
| WordsToHex(ReadOnlySpan< int > buffer, int columns=4, string rowSeparator="\n", string columnSeparator=" ") | BinUtils | static |
| WordsToHex(ReadOnlySpan< uint > buffer, int columns=4, string rowSeparator="\n", string columnSeparator=" ") | BinUtils | static |