8 lines
203 B
Plaintext
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.
|
|
|