AsyncFileBufferL

trait AsyncFileBufferL extends AsyncFileBuffer[Long]
trait AsyncFileBuffer[Long]
class Object
trait Matchable
class Any

Type members

Types

type A = Long

Value members

Abstract methods

override def read(buf: Array[A], off: Int, len: Int): Future[Unit]
Definition Classes
override def write(buf: Array[A], off: Int, len: Int): Future[Unit]
Definition Classes
override def writeValue(value: A, len: Long): Future[Unit]
Definition Classes

Inherited methods

def dispose(): Future[Unit]
Inherited from:
AsyncFileBuffer
def file: URI
Inherited from:
AsyncFileBuffer
def numFrames: Long
Inherited from:
AsyncFileBuffer
def rewind(): Unit

Same as position = 0L.

Same as position = 0L.

Inherited from:
AsyncFileBuffer

Inherited fields

var position: Long
Inherited from:
AsyncFileBuffer