|
@ -63,6 +63,8 @@ class StringUtils { |
|
|
*/ |
|
|
*/ |
|
|
string bytet2Binary(uint32_t value, int bitCount, bool remoteZero = true); |
|
|
string bytet2Binary(uint32_t value, int bitCount, bool remoteZero = true); |
|
|
string bytet2BinaryBigEnd(uint32_t value, int bitCount, bool remoteZero = true); |
|
|
string bytet2BinaryBigEnd(uint32_t value, int bitCount, bool remoteZero = true); |
|
|
|
|
|
|
|
|
|
|
|
string escapeSequence(const string& raw_str); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
} // namespace core
|
|
|
} // namespace core
|
|
|