Files
core_io/tjp/core/io/Notes.txt
2026-02-11 16:14:01 -05:00

8 lines
203 B
Plaintext

I want to put a checkSize when I read a size, to verify that the readSize is reasonable
Or - I want to check every read before I do it.
It should just be f.validateReadSize(s)
and be used everywhere.