OneObjTable

izumi.sick.eba.reader.incremental.OneObjTable
See theOneObjTable companion object
final class OneObjTable

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def iterator: Iterator[(String, Ref)]
def length: Int
def readAll(): List[(RefVal, Ref)]
def readAllObj(): Obj
def readElem(index: Int): (RefVal, Ref)
def readKey(index: Int): (String, Ref)
def readKeyOnly(index: Int): (String, Array[Byte])
def readObjectFieldRef(field: String): Ref
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any