public class ByteArrayToken extends Token
Red (ahuseyno) |
Red (ahuseyno) |
Constructor and Description |
---|
ByteArrayToken()
Instantiate a ByteArrayToken with an empty byte array.
|
ByteArrayToken(byte[] array)
Instantiate a ByteArrayToken with the provided array.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getArray()
Returns the byte array that this token wraps.
|
add, addReverse, divide, divideReverse, getType, isCloseTo, isCloseTo, isEqualTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, toString, zero, zeroReturnType