fs/io/Reader: new interface

This commit is contained in:
Max Kellermann
2014-08-07 18:10:23 +02:00
parent aafff8fd5c
commit 0ea66a1275
4 changed files with 218 additions and 0 deletions
+2
View File
@@ -506,6 +506,8 @@ endif
FS_LIBS = libfs.a
libfs_a_SOURCES = \
src/fs/io/Reader.hxx \
src/fs/io/FileReader.cxx src/fs/io/FileReader.hxx \
src/fs/io/TextFile.cxx src/fs/io/TextFile.hxx \
src/fs/io/OutputStream.hxx \
src/fs/io/StdoutOutputStream.hxx \