-
Nested Class Summary
Nested classes/interfaces inherited from class dev.argon.esexpr.ESExprCodec
ESExprCodec.FailurePath -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected BytefromBigInt(BigInteger value) booleanisEncodedEqual(Byte x, Byte y) Determines whether two values are equal when encoded as an `ESExpr`.protected BigIntegerMethods inherited from class dev.argon.esexpr.codecs.IntCodecBase
decode, encode, tagsMethods inherited from class dev.argon.esexpr.ESExprCodec
decode, optionalCodec
-
Field Details
-
INSTANCE
A codec for signed byte values.
-
-
Method Details
-
isEncodedEqual
Description copied from class:ESExprCodecDetermines whether two values are equal when encoded as an `ESExpr`.- Specified by:
isEncodedEqualin classESExprCodec<Byte>- Parameters:
x- The first value.y- The second value.- Returns:
- true iff the values are equal when encoded.
-
fromBigInt
-
toBigInt
-