readBytes abstract method

InputStreamBase readBytes(
  1. int count
)

Read count bytes from the stream.

Implementation

InputStreamBase readBytes(int count);