ReusableByteArrayOutputStream

com.github.mjakubowski84.parquet4s.ReusableByteArrayOutputStream
class ReusableByteArrayOutputStream(initBufferSize: Int, maxBufferSize: Int) extends ByteArrayOutputStream

Attributes

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

Members list

Value members

Concrete methods

def take: Array[Byte]

Inherited methods

def close(): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream
def reset(): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def size(): Int

Attributes

Inherited from:
ByteArrayOutputStream

Attributes

Inherited from:
ByteArrayOutputStream

Attributes

Inherited from:
ByteArrayOutputStream
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
ByteArrayOutputStream
def write(x$0: Array[Byte], x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
ByteArrayOutputStream
def write(x$0: Int): Unit

Attributes

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

Attributes

Inherited from:
OutputStream

Attributes

Inherited from:
ByteArrayOutputStream

Deprecated and Inherited methods

Attributes

Deprecated
true
Inherited from:
ByteArrayOutputStream