AbstractBytesElem

io.bullet.borer.Dom$.AbstractBytesElem
sealed abstract class AbstractBytesElem(dataItem: Int) extends Element

Attributes

Graph
Supertypes
class Element
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Inherited methods

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

Attributes

Inherited from:
Element

Inherited fields

val dataItemShift: Int

Attributes

Inherited from:
Element