readIntoBuffer abstract method

Future<int> readIntoBuffer(
  1. LByteBuffer buffer
)

Read the amount of remaining bytes of the buffer from the reader. returns the real count read.

Implementation

Future<int> readIntoBuffer(LByteBuffer buffer);