read abstract method

int read(
  1. Int8List buffer,
  2. int offset,
  3. int length
)

Reads up to length bytes into buffer, starting at offset. Returns the number of bytes actually read. Throws TTransportError if there was an error reading data

Implementation

int read(Int8List buffer, int offset, int length);