Class/Object

isabelle

Bytes

Related Docs: object Bytes | package isabelle

Permalink

final class Bytes extends CharSequence

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bytes
  2. CharSequence
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: Bytes): Bytes

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def base64: String

    Permalink
  7. val bytes: Array[Byte]

    Permalink
    Attributes
    protected
  8. def charAt(i: Int): Char

    Permalink
    Definition Classes
    Bytes → CharSequence
  9. def chars(): IntStream

    Permalink
    Definition Classes
    CharSequence
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def codePoints(): IntStream

    Permalink
    Definition Classes
    CharSequence
  12. def compress(options: XZ.Options = XZ.options(), cache: XZ.Cache = XZ.cache()): Bytes

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Bytes → AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    Bytes → AnyRef → Any
  18. def isEmpty: Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val length: Int

    Permalink
    Definition Classes
    Bytes → CharSequence
  21. def maybe_base64: (Boolean, String)

    Permalink
  22. def maybe_compress(options: XZ.Options = XZ.options(), cache: XZ.Cache = XZ.cache()): (Boolean, Bytes)

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val offset: Int

    Permalink
    Attributes
    protected
  27. def proper: Option[Bytes]

    Permalink
  28. def proper_text: Option[String]

    Permalink
  29. lazy val sha1_digest: Digest

    Permalink
  30. def stream(): ByteArrayInputStream

    Permalink
  31. def subSequence(i: Int, j: Int): Bytes

    Permalink
    Definition Classes
    Bytes → CharSequence
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def text: String

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    Bytes → CharSequence → AnyRef → Any
  35. def uncompress(cache: XZ.Cache = XZ.cache()): Bytes

    Permalink
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def write_stream(stream: OutputStream): Unit

    Permalink

Inherited from CharSequence

Inherited from AnyRef

Inherited from Any

Ungrouped