On 22/01/2018 08:44, Peter Levart wrote:
It doesn't delegate in the latest version of the patch so the documentation is right. However, I think you bring up a good point as specifying it that way means that sub-classes need only override readNBytes.The delegation to public method (readAllBytes -> readNBytes) should then be documented so that subclasses know that overriding readNBytes, if needed, is sufficient.
-Alan
