ShowPickled

dotty.tools.dotc.util.ShowPickled$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class PickleBufferEntry(num: Int, startIndex: Int, tag: Int, bytes: Array[Byte])

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def readNat(data: Array[Byte], index: Int): Int

Extremely regrettably, essentially copied from PickleBuffer.

Extremely regrettably, essentially copied from PickleBuffer.

Attributes

def tag2string(tag: Int): String