LinkedByteArrayOutputStream

fm.serializer.LinkedByteArrayOutputStream
See theLinkedByteArrayOutputStream companion object
final class LinkedByteArrayOutputStream() extends OutputStream

Attributes

Companion
object
Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def +=(other: LinkedByteArrayOutputStream): Unit

Append another LinkedByteArrayOutputStream onto this one. Note: The other LinkedByteArrayOutputStream is empty

Append another LinkedByteArrayOutputStream onto this one. Note: The other LinkedByteArrayOutputStream is empty

Attributes

final def clear(): LinkedByteArrayOutputStream.this.type
final def length: Int
final def release(): LinkedByteArrayOutputStream.this.type
final def size: Int

The total number of bytes we've written

The total number of bytes we've written

Attributes

final def toByteArray(): Array[Byte]
final def write(b: Int): Unit
final override def write(b: Array[Byte]): Unit

Attributes

Definition Classes
OutputStream
final override def write(b: Array[Byte], origOff: Int, origLen: Int): Unit

Attributes

Definition Classes
OutputStream

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream