fs/io/BufferedReader: new class to replace class TextFile
The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later.
This commit is contained in:
@@ -508,6 +508,7 @@ 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/BufferedReader.cxx src/fs/io/BufferedReader.hxx \
|
||||
src/fs/io/TextFile.cxx src/fs/io/TextFile.hxx \
|
||||
src/fs/io/OutputStream.hxx \
|
||||
src/fs/io/StdoutOutputStream.hxx \
|
||||
|
||||
Reference in New Issue
Block a user