public class SignedIntegerToBigInteger extends SignedIntegerToInteger
charset, config, defaultValue, format, nullFillerByte, paddingByte, rightPadding, signingType| Constructor and Description |
|---|
SignedIntegerToBigInteger() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
from(Object value,
int length,
int decimals,
boolean addPadding) |
Object |
to(byte[] bytes,
int offset,
int length,
int decimals,
boolean removePadding) |
void |
validate(Class<?> type,
int size,
int decimals) |
getSignedBytes, getSignedIntegerStringcopy, getString, initialize, padBytespublic void validate(Class<?> type, int size, int decimals)
validate in interface TypeConvertervalidate in class SignedIntegerToIntegerpublic Object to(byte[] bytes, int offset, int length, int decimals, boolean removePadding)
to in interface TypeConverterto in class SignedIntegerToIntegerpublic byte[] from(Object value, int length, int decimals, boolean addPadding)
from in interface TypeConverterfrom in class SignedIntegerToIntegerCopyright © 2016. All rights reserved.