Packages

package util

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

Package Members

  1. package encode
  2. package serialization

Type Members

  1. class ByteArrayBuilder extends AnyRef

    Similar to StringBuilder but works with underlying Array[Byte].

    Similar to StringBuilder but works with underlying Array[Byte]. Borrowed from https://github.com/odnoklassniki/one-nio/blob/master/src/one/nio/util/ByteArrayBuilder.java Modifications of the underlying array is performed via ByteBuffer wrapper, so that saved bytes can be read back via ByteBuffer API.

  2. implicit final class ByteArrayOps extends AnyVal
  3. type ModifierId = String with Tag[String, util.ModifierId.Tag]
  4. implicit final class ModifierIdOps extends AnyVal
  5. trait ScorexEncoding extends AnyRef

    Trait with bytes to string encoder

  6. trait ScorexLogging extends StrictLogging

Value Members

  1. def bytesToId(bytes: Array[Byte]): ModifierId
  2. def idToBytes(id: ModifierId): Array[Byte]
  3. object Extensions
  4. object ModifierId extends TaggedType[String]
  5. object Random

Inherited from AnyRef

Inherited from Any

Ungrouped