public class Bytes extends ByteStreamDataSupport<byte[]>
入力時にはバイト配列に対して何もせずそのまま返却し、 出力時にはオブジェクトをバイト配列に変換して返却する。
convertEmptyToNull
Constructor and Description |
---|
Bytes() |
Modifier and Type | Method and Description |
---|---|
byte[] |
convertOnRead(byte[] data)
入力時に読み込んだデータを変換する。
|
byte[] |
convertOnWrite(java.lang.Object data)
出力時に書き込むデータの変換を行う。
|
Bytes |
initialize(java.lang.Object... args)
初期化処理を行う。
|
getSize, setSize
getField, init, removePadding, setConvertEmptyToNull
public Bytes initialize(java.lang.Object... args)
initialize
in class DataType<byte[],byte[]>
args
- データタイプのパラメータpublic byte[] convertOnRead(byte[] data)
convertOnRead
in class DataType<byte[],byte[]>
data
- フィールドの値データpublic byte[] convertOnWrite(java.lang.Object data)
convertOnWrite
in class DataType<byte[],byte[]>
data
- 書き込みを行うデータ