Uses of Class
org.cdgsoftware.icl.record.FileHeaderRecord

Packages that use FileHeaderRecord
org.cdgsoftware.icl Here are the primary classes for working with a complete file after it has been read into memory, or for generating a new file from scratch. 
 

Uses of FileHeaderRecord in org.cdgsoftware.icl
 

Methods in org.cdgsoftware.icl that return FileHeaderRecord
 FileHeaderRecord ICLFile.getFileHeader()
          Gets the file header.
 

Methods in org.cdgsoftware.icl with parameters of type FileHeaderRecord
 void ICLFile.setFileHeader(FileHeaderRecord fileHeader)
          Sets the file header.
 

Constructors in org.cdgsoftware.icl with parameters of type FileHeaderRecord
ICLFile(FileHeaderRecord fileHeader, java.util.ArrayList<CashLetter> cashLetterList, FileControlRecord fileControl)
          Instantiates a new iCL file.