read abstract method
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);