loader_input_t class
The loader_input_t class can read from input files. It has the following methods:
- long read(vref buf, long size);
- long size();
- long seek(long pos, long whence);
- long tell();
- string gets(long maxsize);
- string getz(long pos, long maxsize);
- long getc();
- long readbytes(vref result, long size, long mf);
- void close();
Instances of this class can be created by calling the open_loader_input function.
See other IDC classes.