libtcspc.NullInputStream¶
- final class libtcspc.NullInputStream[source]¶
Bases:
InputStreamBinary input stream that contains no data.
Reading always behaves as if the end of the stream has been reached immediately.
See also
- tcspc::null_input_stream()
The underlying C++ input stream.
ReadBinaryStreamProcessor that consumes this stream.