Minimal interface for the return value of FileHandleLike#read.
Indicates how many bytes have actually been read. Can be lower (even 0) than the requested number of bytes to read if end of file has been reached.
Minimal interface for the return value of FileHandleLike#read.