29     const std::string   blankspaces,
    30     const std::string   separators
    44     stream.seekg(0, std::ios::end);
    46     stream.seekg(0, std::ios::beg);
    93     std::string::size_type ret = 
blankspaces.find(character);
    94     if (ret == std::string::npos) {
   103     std::string::size_type ret = 
separators.find(character);
   104     if (ret == std::string::npos) {
 Tokenizer(std::istream &stream, const std::string blankspaces, const std::string separators)
bool isBlankspace(const int character) const
bool lowercaseMode() const
std::string separatorChars() const
bool isSeparator(const int character) const
std::string blankspaceChars() const