getBuffer abstract method

Future<LByteBuffer> getBuffer(
  1. int bytesCount
)

Get bytesCount of bytes into a LByteBuffer.

Implementation

Future<LByteBuffer> getBuffer(int bytesCount);