TextFiles

Cached Read Interpolation Table

Read a spreadsheet file from disk and convert it to an interpolation table on the first attempt, but maintain a cache for subsequent reads of the same file.

Cached Read Spreadsheet File

Read a spreadsheet file from disk on the first attempt, but maintain a cache for subsequent reads of the same file.

MGI Large Text File Close

Close the large text file specified.

MGI Large Text File Open

Open the specified file which is potentially to large to be read into memory at once. In subsequent read calls, read portions of the file into a buffer as needed. "Max Buffer Size" specifies the buffer size to use.

MGI Large Text File Read Line

Read the line starting at the specified position from a potentially large file.