com.partnersoft.io.formats.binary
Interface BinaryFixedWidthFieldFormat
- All Known Implementing Classes:
- ASCIIFieldFormat, ShortIntegerFieldFormat
public interface BinaryFixedWidthFieldFormat
A format for the data in a BinaryFixedWidthField.
- Author:
- Paul Reavis
Copyright 2002 Partner Software, Inc.
|
Method Summary |
void |
format(java.lang.Object value,
byte[] bytes,
int position,
int length)
|
java.lang.Object |
parse(byte[] bytes,
int position,
int length)
|
parse
java.lang.Object parse(byte[] bytes,
int position,
int length)
format
void format(java.lang.Object value,
byte[] bytes,
int position,
int length)