input/buffered: move basic buffering code to class BufferingInputStream
Prepare to reuse it in another class.
This commit is contained in:
@@ -32,6 +32,7 @@ input_glue = static_library(
|
||||
'TextInputStream.cxx',
|
||||
'ProxyInputStream.cxx',
|
||||
'RewindInputStream.cxx',
|
||||
'BufferingInputStream.cxx',
|
||||
'BufferedInputStream.cxx',
|
||||
'MaybeBufferedInputStream.cxx',
|
||||
include_directories: inc,
|
||||
|
Reference in New Issue
Block a user