Package

org.hammerlab

bytes

Permalink

package bytes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bytes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class B(value: Int) extends Bytes with Product with Serializable

    Permalink
  2. case class BadBytesString(str: String) extends IllegalArgumentException with Product with Serializable

    Permalink
  3. sealed abstract class Bytes extends Serializable

    Permalink

    Wrapper for representation of a number of bytes

  4. case class BytesOverflowException(str: String) extends IllegalArgumentException with Product with Serializable

    Permalink
  5. implicit final class BytesWrapper extends AnyVal

    Permalink

    Enables syntax like 32.MB or 32 MB for constructing Bytes

  6. case class EB(value: Int) extends Bytes with Product with Serializable

    Permalink
  7. case class GB(value: Int) extends Bytes with Product with Serializable

    Permalink
  8. case class KB(value: Int) extends Bytes with Product with Serializable

    Permalink
  9. case class MB(value: Int) extends Bytes with Product with Serializable

    Permalink
  10. case class PB(value: Int) extends Bytes with Product with Serializable

    Permalink
  11. case class TB(value: Int) extends Bytes with Product with Serializable

    Permalink
  12. trait syntax extends AnyRef

    Permalink

Value Members

  1. object Bytes extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped