Bytes

scala.build.tastylib.TastyReader$.Bytes
See theBytes companion object
final class Bytes(val buf: Array[Byte], val start: Int, val end: Int)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def length: Int
def writeTo(os: OutputStream): Unit

Concrete fields

val buf: Array[Byte]
val end: Int
val start: Int