public class ShortIntegerFieldFormat extends java.lang.Object implements BinaryFixedWidthFieldFormat
| Constructor and Description |
|---|
ShortIntegerFieldFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
format(java.lang.Object value,
byte[] bytes,
int position,
int length) |
boolean |
getReverseBytes() |
java.lang.Object |
parse(byte[] bytes,
int position,
int length) |
void |
setReverseBytes(boolean tizit) |
public java.lang.Object parse(byte[] bytes,
int position,
int length)
parse in interface BinaryFixedWidthFieldFormatpublic void format(java.lang.Object value,
byte[] bytes,
int position,
int length)
format in interface BinaryFixedWidthFieldFormatpublic boolean getReverseBytes()
public void setReverseBytes(boolean tizit)