ShowPickled

dotty.tools.dotc.util.ShowPickled$
object ShowPickled

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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