Skip to content

ALimitedInputStream#

Input stream that will pass through a maximum of a certain number of bytes - then it will return eof (end of stream)

Header:#include <AUI/IO/ALimitedInputStream.h>
CMake:aui_link(my_target PUBLIC aui::core)