AsyncReadableByteBuffer

final class AsyncReadableByteBuffer(ch: AsyncReadableByteChannel, capacity0: Int)

An auxiliary class for reading ahead in an asynchronous file, by buffering.

An auxiliary class for reading ahead in an asynchronous file, by buffering.

class Object
trait Matchable
class Any

Value members

Concrete methods

def ensure(n: Int): Future[Unit]
def purge(): Unit
def skip(n: Long): Unit

Concrete fields

val buffer: ByteBuffer

byte order is big endian

byte order is big endian

Implicits

Implicits

implicit val executionContext: ExecutionContext