public class VariableLengthFile extends DataFile
all, directives| コンストラクタと説明 | 
|---|
VariableLengthFile(java.lang.String path)
コンストラクタ。 
 | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
protected java.lang.Object | 
convertDirectiveValue(DataRecordFormatterSupport.Directive directive,
                     java.lang.String stringValue)
ディレクティブの値を、文字列から各ディレクティブが許容する型に変換する。 
 | 
protected DataFileFragment | 
createNewFragment()
新しいファイルの断片を生成する。 
 | 
protected java.lang.String | 
getFileType()
ファイルタイプを取得する。 
 | 
protected DataRecordFormatterSupport.Directive | 
valueOf(java.lang.String directiveName)
ディレクティブ名称からディレクティブを取得する。 
 | 
createLayout, createLayout, getEncodingFromDirectives, getNewFragment, getPath, prepareDefaultDirectives, read, setDirective, toDataRecords, writepublic VariableLengthFile(java.lang.String path)
path - ファイルパスprotected java.lang.String getFileType()
getFileType クラス内 DataFileprotected DataFileFragment createNewFragment()
createNewFragment クラス内 DataFileVariableLengthFileFragmentprotected DataRecordFormatterSupport.Directive valueOf(java.lang.String directiveName)
valueOf クラス内 DataFiledirectiveName - ディレクティブ名称VariableLengthDataRecordFormatter.VariableLengthDirectiveprotected java.lang.Object convertDirectiveValue(DataRecordFormatterSupport.Directive directive, java.lang.String stringValue)
convertDirectiveValue クラス内 DataFiledirective - ディレクティブstringValue - 値