public class IntegerToInteger extends TypeConverterBase
charset, config, defaultValue, format, nullFillerByte, paddingByte, rightPadding, signingType| Constructor and Description |
|---|
IntegerToInteger() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
from(Object value,
int length,
int decimals,
boolean addPadding) |
protected String |
getIntegerString(byte[] bytes,
int offset,
int length,
boolean removePadding) |
Object |
to(byte[] bytes,
int offset,
int length,
int decimals,
boolean removePadding) |
void |
validate(Class<?> type,
int size,
int decimal) |
copy, getString, initialize, padBytespublic void validate(Class<?> type, int size, int decimal)
public Object to(byte[] bytes, int offset, int length, int decimals, boolean removePadding)
public byte[] from(Object value, int length, int decimals, boolean addPadding)
protected String getIntegerString(byte[] bytes, int offset, int length, boolean removePadding)
Copyright © 2016. All rights reserved.