readNBytes
Returns the number of bytes that can be read (or skipped over) from this input stream without
Return
the number of bytes that can be read from this input stream without blocking.
Since
0.1.0
See also
Throws
if an I/O error occurs.
if this method is not supported.
Returns the number of bytes that can be read (or skipped over) from this input stream without
Return
the number of bytes that can be read from this input stream without blocking.
Since
0.1.0
Parameters
b
the buffer into which the data is read.
See also
Throws
if an I/O error occurs.
if this method is not supported.
Returns the number of bytes that can be read (or skipped over) from this input stream without