retdec
|
Functions for file I/O. More...
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
retdec | |
retdec::fileformat | |
Functions | |
bool | retdec::fileformat::readHexString (std::istream &fileStream, std::string &hexa, std::size_t start=0, std::size_t desiredSize=0) |
bool | retdec::fileformat::readPlainString (std::istream &fileStream, std::string &plain, std::size_t start=0, std::size_t desiredSize=0) |
Functions for file I/O.