filesource

Name

filesource -- Establish a data getter from a file.

Synopsis

package require spectcl

filesource filename ?blocksize-in-bytes?

DESCRIPTION

Establishes a data getter that reads data from the file filename If specified the blocksize-in-bytes specifies the size of each read done from the data file. If not provided a default value is used. Note that the block size must be large enough to hold at least one ring item entirely.