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. def array: Array[Byte]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def base64: String

    Permalink
  8. val bytes: Array[Byte]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def is_empty: Boolean

    Permalink
  22. def iterator: Iterator[Byte]

    Permalink
  23. val length: Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val offset: Int

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

    Permalink
  31. def proper_text: Option[String]

    Permalink
  32. lazy val sha1_digest: Digest

    Permalink
  33. def stream(): ByteArrayInputStream

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def text: String

    Permalink
  37. def toString(): String

    Permalink
    Definition Classes
    Bytes → CharSequence → AnyRef → Any
  38. def trim_line: Bytes

    Permalink
  39. def uncompress(cache: XZ.Cache = XZ.cache()): Bytes

    Permalink
  40. final def wait(): Unit

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

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

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

    Permalink

Inherited from CharSequence

Inherited from AnyRef

Inherited from Any

Ungrouped