scala.build.tastylib

Type members

Classlikes

Companion:
class
class TastyBuffer(initialSize: Int)

A byte array buffer that can be filled with bytes or natural numbers in TASTY format, and that supports reading and patching addresses represented as natural numbers.

A byte array buffer that can be filled with bytes or natural numbers in TASTY format, and that supports reading and patching addresses represented as natural numbers.

Companion:
object
final case class TastyData(header: Header, names: Names, sections: Sections)
Companion:
object
object TastyData
Companion:
class
Companion:
object
Companion:
class
object TastyName
Companion:
class
sealed abstract class TastyName extends Product with Serializable
Companion:
object
class TastyReader(val bytes: Array[Byte], val start: Int, val end: Int, val base: Int)
Companion:
object
Companion:
class
class UnpickleException(msg: String) extends Exception