This is the complete list of members for
VHex, including all inherited members.
| bufferToHexString(const Vu8 *buffer, Vs64 bufferLength, VString &s, bool wantLeading0x=false) | VHex | [static] |
| bufferToPrintableASCIIString(const Vu8 *buffer, Vs64 bufferLength, VString &s) | VHex | [static] |
| byteToHexChars(Vu8 byteValue, char *highNibbleChar, char *lowNibbleChar) | VHex | [static] |
| byteToHexString(Vu8 byteValue, VString &s) | VHex | [static] |
| flush() | VHex | |
| hexCharsToByte(char highNibbleChar, char lowNibbleChar) | VHex | [static] |
| hexCharToNibble(char hexChar) | VHex | [static] |
| hexStringToBuffer(const VString &hexDigits, Vu8 *buffer, bool hasLeading0x=false) | VHex | [static] |
| hexStringToByte(const char *twoHexDigits) | VHex | [static] |
| hexToString(const VString &hexDigits, VString &text, bool hasLeading0x=false) | VHex | [static] |
| nibbleToHexChar(Vu8 nibbleValue) | VHex | [static] |
| printHex(const Vu8 *buffer, Vs64 length, Vs64 offset=0) | VHex | |
| readHexDump(VTextIOStream &inputStream, VBinaryIOStream &outputStream) | VHex | [static] |
| reset() | VHex | |
| stringToHex(const VString &text, VString &hexDigits, bool wantLeading0x=false) | VHex | [static] |
| VHex(VTextIOStream *outputStream=NULL, int numBytesPerRow=16, int indentCount=2, bool labelsInHex=false, bool showASCIIValues=true) | VHex | |
| ~VHex() | VHex | [virtual] |