Photon Fusion 2.0.6

BinUtils Member List

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

AsPointer< T >(this Span< byte > source)BinUtilsstatic
AsPointer< T >(this Span< int > source)BinUtilsstatic
AsRef< T >(this Span< byte > source)BinUtilsstatic
AsRef< T >(this Span< int > source)BinUtilsstatic
BytesToHex(byte *buffer, int length, int columns=16, string rowSeparator="\n", string columnSeparator=" ")BinUtilsstatic
BytesToHex(byte[] buffer, int columns=16)BinUtilsstatic
BytesToHex(ReadOnlySpan< byte > buffer, int columns=16)BinUtilsstatic
ByteToHex(byte value)BinUtilsstatic
HexToBytes(string str, byte *buffer, int length)BinUtilsstatic
Read< T >(this Span< byte > source)BinUtilsstatic
Read< T >(this Span< int > source)BinUtilsstatic
unsafe(int, int) HexToInts(string strBinUtilsstatic
WordsToHex(int *buffer, int length, int columns=4, string rowSeparator="\n", string columnSeparator=" ")BinUtilsstatic
WordsToHex(uint *buffer, int length, int columns=4, string rowSeparator="\n", string columnSeparator=" ")BinUtilsstatic
WordsToHex(ReadOnlySpan< int > buffer, int columns=4, string rowSeparator="\n", string columnSeparator=" ")BinUtilsstatic
WordsToHex(ReadOnlySpan< uint > buffer, int columns=4, string rowSeparator="\n", string columnSeparator=" ")BinUtilsstatic