public static class Binary.BinaryConverter extends java.lang.Object implements FieldConvert.FieldConverter<Binary>
Constructor and Description |
---|
BinaryConverter()
コンストラクタ。
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertOfRead(FixedLengthDataBindConfig fixedLengthDataBindConfig,
FieldConfig fieldConfig,
byte[] input)
読み込み時の変換を行う。
|
byte[] |
convertOfWrite(FixedLengthDataBindConfig fixedLengthDataBindConfig,
FieldConfig fieldConfig,
java.lang.Object output)
書き込み時の変換を行う。
|
void |
initialize(Binary annotation)
アノテーションの設定値をもとに初期化を行う。
|
@Published public BinaryConverter()
public void initialize(Binary annotation)
FieldConvert.FieldConverter
initialize
in interface FieldConvert.FieldConverter<Binary>
annotation
- アノテーションpublic java.lang.Object convertOfRead(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, byte[] input)
FieldConvert.FieldConverter
convertOfRead
in interface FieldConvert.FieldConverter<Binary>
fixedLengthDataBindConfig
- 固定長の設定fieldConfig
- フィールドの設定input
- 入力値public byte[] convertOfWrite(FixedLengthDataBindConfig fixedLengthDataBindConfig, FieldConfig fieldConfig, java.lang.Object output)
FieldConvert.FieldConverter
convertOfWrite
in interface FieldConvert.FieldConverter<Binary>
fixedLengthDataBindConfig
- 固定長の設定fieldConfig
- フィールドの設定output
- 出力値