libtcspc.NullInputStream

final class libtcspc.NullInputStream[source]

Bases: InputStream

Binary 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.

ReadBinaryStream

Processor that consumes this stream.