AsyncFileBufferI

trait AsyncFileBuffer[Int]
class Object
trait Matchable
class Any

Type members

Types

type A = Int

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