98 using ReadAhead::eReadAheadAllowed;
99 using ReadAhead::eReadAheadNever;
121 ReadAhead readAhead = eReadAheadAllowed);
123 ReadAhead readAhead = eReadAheadAllowed);
124 Ptr New (
const InputStream::Ptr<Character>& src);
126 template <
typename... ARGS>
Ptr New(const InputStream::Ptr< byte > &src, optional< AutomaticCodeCvtFlags > codeCvtFlags={}, optional< SeekableFlag > seekable={}, ReadAhead readAhead=eReadAheadAllowed)
Create an InputStream::Ptr<Character> from the arguments (usually binary source) - which can be used ...
InputStream::Ptr< Character > Ptr
BinaryToText::Readers produce text in the form of an InputStream of 'Character' objects (so you might...