Map

spack.naive.Map$
object Map

Attributes

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

Members list

Type members

Classlikes

object FixMapFormat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def parseFixMap(length: Int, buffer: Array[Byte], offset: Int): ParseResult[Map]
def parseMap16(buffer: Array[Byte], offset: Int): ParseResult[Map]
def parseMap32(buffer: Array[Byte], offset: Int): ParseResult[Map]
def writeMap(output: DataOutputStream, map: Map): Unit

Concrete fields

final val MAP_16_SENTINEL: Byte
final val MAP_32_SENTINEL: Byte