ByteBufferOutputStream

fm.common.ByteBufferOutputStream
final class ByteBufferOutputStream(buf: ByteBuffer) extends OutputStream

A Simple OutputStream wrapper around a ByteBuffer

Attributes

Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def flush(): Unit

If this is a MappedByteBuffer then force() is called to cause changes to be written to disk

If this is a MappedByteBuffer then force() is called to cause changes to be written to disk

Attributes

Definition Classes
OutputStream -> Flushable
def write(b: Int): Unit
override def write(bytes: Array[Byte], off: Int, len: Int): Unit

Attributes

Definition Classes
OutputStream

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
OutputStream