TastyString

dotty.tools.dotc.quoted.TastyString$

Utils for String representation of TASTY

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def pickle(bytes: Array[Byte]): List[String]

Encode TASTY bytes into a List of String

Encode TASTY bytes into a List of String

Attributes

def unpickle(strings: List[String]): Array[Byte]

Decode the List of Strings into TASTY bytes

Decode the List of Strings into TASTY bytes

Attributes

def unpickle(string: String): Array[Byte]

Decode the Strings into TASTY bytes

Decode the Strings into TASTY bytes

Attributes