public class IntegerToTypeConverterIntEnum extends IntegerToInteger
charset, config, defaultValue, format, nullFillerByte, paddingByte, rightPadding, signingType| Constructor and Description |
|---|
IntegerToTypeConverterIntEnum() |
| 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) |
getIntegerStringcopy, getString, initialize, padBytespublic void validate(Class<?> type, int size, int decimals)
validate in interface TypeConvertervalidate in class IntegerToIntegerpublic Object to(byte[] bytes, int offset, int length, int decimals, boolean removePadding)
to in interface TypeConverterto in class IntegerToIntegerpublic byte[] from(Object value, int length, int decimals, boolean addPadding)
from in interface TypeConverterfrom in class IntegerToIntegerCopyright © 2016. All rights reserved.