Lines Matching refs:bytes
56 /** reads the specified number of bytes in the given sequence.
58 <p>The return value specifies the number of bytes which have been
61 that the method blocks until the specified number of bytes are
65 of bytes (or less as a sign of EOF).
77 <li> the sequence is pre-allocated with the requested number of bytes.
89 the total number of bytes to read
100 /** reads the available number of bytes, at maximum
109 but no more than nMaxBytesToRead, bytes.
111 @param nMaxBytesToRead The maximum number of bytes to be read from this
124 /** skips the next <var>nBytesToSkip</var> bytes (must be positive).
129 number of bytes to skip
139 /** states how many bytes can be read or skipped without blocking.