Arr

spack.naive.Arr$
object Arr

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Arr.type

Members list

Type members

Classlikes

object FixArrFormat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def parseArr16(buffer: Array[Byte], offset: Int): ParseResult[Arr]
def parseArr32(buffer: Array[Byte], offset: Int): ParseResult[Arr]
def parseArrObjects(buffer: Array[Byte], length: Int, startOffset: Int): ParseResult[Arr]
def parseFixArr(length: Int, buffer: Array[Byte], offset: Int): ParseResult[Arr]
def writeArr(output: DataOutputStream, arr: Arr): Unit

Concrete fields

final val ARR_16_SENTINEL: Byte
final val ARR_32_SENTINEL: Byte