input/buffered: proxy InputStream implementation which caches in a huge buffer

This commit is contained in:
Max Kellermann
2018-06-21 22:18:24 +02:00
parent ae8a2ab652
commit 12f2418445
3 changed files with 303 additions and 0 deletions

View File

@@ -1392,6 +1392,7 @@ libinput_a_SOURCES = \
src/input/AsyncInputStream.cxx src/input/AsyncInputStream.hxx \
src/input/ProxyInputStream.cxx src/input/ProxyInputStream.hxx \
src/input/RewindInputStream.cxx src/input/RewindInputStream.hxx \
src/input/BufferedInputStream.cxx src/input/BufferedInputStream.hxx \
src/input/plugins/FileInputPlugin.cxx src/input/plugins/FileInputPlugin.hxx
libinput_a_CPPFLAGS = $(AM_CPPFLAGS) \