BytesStreamElem

final case class BytesStreamElem(elems: Vector[AbstractBytesElem]) extends AbstractBytesElem
trait Serializable
trait Product
trait Equals
class Element
class Object
trait Matchable
class Any

Value members

Concrete methods

def byteCount: Long
def bytesIterator: Iterator[Array[Byte]]
def compact: Array[Byte]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def render(maxShownByteArrayPrefixLen: Int, maxShownStringPrefixLen: Int, maxShownArrayElems: Int, maxShownMapEntries: Int, initialGutterWidth: Int, renderLevelCount: Boolean, renderEndOfInput: Boolean, renderCommas: Boolean, indentation: String, mapKeySep: String, lineSep: String, mapValueOnNewLine: Boolean): String
Inherited from:
Element

Inherited fields

val dataItemShift: Int
Inherited from:
Element