MPD
0.20.15
|
#include <TextInputStream.hxx>
Public Member Functions | |
TextInputStream (InputStreamPtr &&_is) | |
Wraps an existing InputStream object into a TextInputStream, to read its contents as text lines. More... | |
~TextInputStream () | |
TextInputStream (const TextInputStream &)=delete | |
TextInputStream & | operator= (const TextInputStream &)=delete |
InputStreamPtr && | StealInputStream () |
char * | ReadLine () |
Reads the next line from the stream with newline character stripped. More... | |
Definition at line 26 of file TextInputStream.hxx.
|
explicit |
Wraps an existing InputStream object into a TextInputStream, to read its contents as text lines.
_is | an open InputStream object |
TextInputStream::~TextInputStream | ( | ) |
|
delete |
|
delete |
char* TextInputStream::ReadLine | ( | ) |
Reads the next line from the stream with newline character stripped.
|
inline |
Definition at line 43 of file TextInputStream.hxx.