ByteBufferUtil

fm.common.ByteBufferUtil$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def map(raf: RandomAccessFile, mode: MapMode): Vector[MappedByteBuffer]

Like FileChannel.map except assumes you want the whole file and returns multiple MappedByteBuffers if the file is larger than Integer.MAX_VALUE

Like FileChannel.map except assumes you want the whole file and returns multiple MappedByteBuffers if the file is larger than Integer.MAX_VALUE

Attributes

def map(ch: FileChannel, mode: MapMode): Vector[MappedByteBuffer]

Like FileChannel.map except assumes you want the whole file and returns multiple MappedByteBuffers if the file is larger than Integer.MAX_VALUE

Like FileChannel.map except assumes you want the whole file and returns multiple MappedByteBuffers if the file is larger than Integer.MAX_VALUE

Attributes