Seed Core_IO from doc snapshot

This commit is contained in:
Local Seed
2026-02-11 16:14:01 -05:00
commit 25a8076064
53 changed files with 11472 additions and 0 deletions

7
tjp/core/io/Notes.txt Normal file
View File

@@ -0,0 +1,7 @@
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.