Chunks

replpp.shaded.geny.ByteData$.Chunks
case class Chunks(chunks: Seq[Bytes]) extends ByteData

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ByteData
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def lines(codec: Codec): Vector[String]

Attributes

Inherited from:
ByteData
def lines(): Vector[String]

Attributes

Inherited from:
ByteData
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def text(codec: Codec): String

Attributes

Inherited from:
ByteData
def text(): String

Attributes

Inherited from:
ByteData
def trim(codec: Codec): String

Attributes

Inherited from:
ByteData
def trim(): String

Attributes

Inherited from:
ByteData

Concrete fields

lazy val bytes: Array[Byte]