F
- 入力データ(byte配列)が変換されるオブジェクトの型@Published(tag="architect") public abstract class ByteStreamDataSupport<F> extends DataType<F,byte[]>
convertEmptyToNull
Constructor and Description |
---|
ByteStreamDataSupport() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getSize()
扱うデータ型に応じたデータサイズを返却する。
(固定長データを扱う場合はバイト長、可変長データを扱う場合は文字列長を返却する)
|
ByteStreamDataSupport<F> |
setSize(java.lang.Integer size)
データサイズ(=バイト長)を設定する。
|
convertOnRead, convertOnWrite, getField, init, initialize, removePadding, setConvertEmptyToNull
public java.lang.Integer getSize()
public ByteStreamDataSupport<F> setSize(java.lang.Integer size)
size
- データサイズ(=バイト長)