interface Async
getSize |
Exposes the property size value abstract fun getSize(): Future<Long!>! |
read |
Read a chunk of the buffer. Reading past end is safe, and produce no data as a result. abstract fun read(offset: Long!, nofBytes: Long!): Future<ByteBuffer!>! |