Packages

final class PredefinedByteArray extends FixedLengthRepresentation[Seq[Byte]]

Linear Supertypes
FixedLengthRepresentation[Seq[Byte]], Encoder[Seq[Byte]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PredefinedByteArray
  2. FixedLengthRepresentation
  3. Encoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PredefinedByteArray(len: Int)

Value Members

  1. def decode(bytes: Seq[Byte]): Failable[(Seq[Byte], Seq[Byte])]
    Definition Classes
    FixedLengthRepresentationEncoder
  2. def decodeComplete(bytes: Seq[Byte]): Failable[Seq[Byte]]
    Definition Classes
    FixedLengthRepresentationEncoder
  3. def decodeFormat(bytes: Seq[Byte]): Failable[(String, Seq[Byte])]
    Definition Classes
    Encoder
  4. def encode(representation: Seq[Byte]): Failable[Seq[Byte]]
    Definition Classes
    PredefinedByteArrayEncoder
  5. def encodeUntyped(untypedRepresentation: Any): Failable[Seq[Byte]]
    Definition Classes
    Encoder
  6. def encodesDynamicType: Boolean
    Definition Classes
    Encoder
  7. def encodingLength: Option[Int]
    Definition Classes
    FixedLengthRepresentationEncoder
  8. def format(representation: Seq[Byte]): Failable[String]
    Definition Classes
    PredefinedByteArrayEncoder
  9. def formatUntyped(untypedRepresentation: Any): Failable[String]
    Definition Classes
    Encoder
  10. def parse(str: String): Failable[Seq[Byte]]
    Definition Classes
    PredefinedByteArrayEncoder
  11. def parseEncode(str: String): Failable[Seq[Byte]]
    Definition Classes
    Encoder
  12. val repLen: Int
    Definition Classes
    FixedLengthRepresentation