C++ Complementary Library
A data input stream allows you to read binary data from an input resource.
The type of the wrapped input resource.
Constructs a data input stream from the given input resource and with the given endianness. The data input stream will hold a non-owning reference to the resource, which is expected to stay valid when using the data input stream.
The input resource to read from.
The endianness that the data is expected to be in.
Copyright © 2022-2025 Daniel T. McGinnis