TableFromBytes

kse.eio.Xsv.Visitor.TableFromBytes
final class TableFromBytes(strictRect: Boolean) extends ToStringTable[Array[Byte]]

Attributes

Graph
Supertypes
class ToStringTable[Array[Byte]]
trait Visitor[Array[Byte], Array[Array[String]]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def quoted(data: Array[Byte], start: Int, end: Int): Unit
def unquoted(data: Array[Byte], start: Int, end: Int): Or[Unit, Err]

Inherited methods

protected def addToRow(cell: String): Or[Unit, Err]

Attributes

Inherited from:
ToStringTable
def clear(): ToStringTable.this.type

Attributes

Inherited from:
ToStringTable
def complete(line: UInt): Or[Array[Array[String]], Err]

Attributes

Inherited from:
ToStringTable
def endquote(): Or[Unit, Err]

Attributes

Inherited from:
ToStringTable
def error(err: Err): Err

Attributes

Inherited from:
ToStringTable
def newline(line: UInt): Or[Unit, Err]

Attributes

Inherited from:
ToStringTable

Inherited fields

protected var q: String | StringBuilder | Null

Attributes

Inherited from:
ToStringTable