5 Commits

Author SHA1 Message Date
3b40a92548 Udp 2022-07-26 10:38:14 +00:00
25995e2490 Remove unused bufSize argument from streams 2021-03-29 10:49:25 +03:00
57a3c3bba8 Simplify stream availability handling
Just have a simply number of bytes argument to avoid a lot of
complexity.
2021-03-29 10:48:26 +03:00
259f1055cb Use size_t for lengths in stream objects
Provides safety against them accidentally becoming negative because
of bugs in the calculations.

Also does the same to CharArray and friends as they were strongly
connection to the stream objects.
2020-09-21 12:55:59 +03:00
408c005d3e Initial commit 2020-09-20 12:16:44 +00:00