NIRSectionWriter

sealed abstract class NIRSectionWriter(initialBufferSize: Int)
class Object
trait Matchable
class Any

Value members

Concrete methods

final def commit(output: OutputStream): Unit
final def position(): Int
final def put(values: Array[Byte]): Unit
final def put(value: Byte): Unit
final def putBool(v: Boolean): Unit
final def putDouble(value: Double): Unit
final def putFloat(value: Float): Unit
final def putInt(value: Int): Unit
final def putLebChar(value: Char): Unit
final def putLebShort(value: Short): Unit
final def putLebSignedInt(v: Int): Unit
final def putLebSignedLong(v: Long): Unit
final def putLebUnsignedInt(v: Int): Unit
final def putOpt[T](opt: Option[T])(putT: T => Unit): Unit
final def putSeq[T](seq: Seq[T])(putT: T => Unit): Unit
final def putShort(value: Short): Unit
final def putTag(value: Byte): Unit