final class UInt extends FixedLengthRepresentation[BigInt]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UInt
- FixedLengthRepresentation
- Encoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UInt(bitLen: Int)
Value Members
- val byteLen: Int
- val ceiling: BigInt
-
def
decode(bytes: Seq[Byte]): Failable[(BigInt, Seq[Byte])]
- Definition Classes
- FixedLengthRepresentation → Encoder
-
def
decodeComplete(bytes: Seq[Byte]): Failable[BigInt]
- Definition Classes
- FixedLengthRepresentation → Encoder
-
def
decodeFormat(bytes: Seq[Byte]): Failable[(String, Seq[Byte])]
- Definition Classes
- Encoder
- def encode(representation: BigInt): Failable[Seq[Byte]]
-
def
encodeUntyped(untypedRepresentation: Any): Failable[Seq[Byte]]
- Definition Classes
- Encoder
-
def
encodesDynamicType: Boolean
- Definition Classes
- Encoder
-
def
encodingLength: Option[Int]
- Definition Classes
- FixedLengthRepresentation → Encoder
- def format(representation: BigInt): Failable[String]
-
def
formatUntyped(untypedRepresentation: Any): Failable[String]
- Definition Classes
- Encoder
- def parse(str: String): Failable[BigInt]
-
def
parseEncode(str: String): Failable[Seq[Byte]]
- Definition Classes
- Encoder
-
val
repLen: Int
- Definition Classes
- FixedLengthRepresentation