readTo abstract method

int readTo(
  1. BytesIO io, [
  2. int? length
])

Read length bytes into io.

Implementation

int readTo(BytesIO io, [int? length]);