| Class | Description | 
|---|---|
| Binary.BinaryConverter | 
 バイナリのため変換を行わずそのまま移送する。 
 | 
| DefaultConverter | 
 デフォルトのコンバータ。 
 | 
| FillerConverter | 
 未定義領域の文字埋めを行うコンバータ。 
 | 
| Lpad.LpadConverter | 
 値の変換を行う。 
 | 
| Rpad.RpadConverter | 
 値の変換処理を行う。 
 | 
| Annotation Type | Description | 
|---|---|
| Binary | 
 バイナリであることを示す。 
 | 
| Lpad | 
 値の先頭に指定の文字を付加(読み込み時は除去)することを示す。 
 | 
| Rpad | 
 値の末尾に指定の文字を付加(読み込み時は除去)することを示す。 
 |