Memory I/O

Memory I/O is designed to speed up performance by allowing the user to read or write from memory rather than the physical disk. The user can read from stdin or a specified memory address, or write to stdout or a temporary memory address.

There is an additional memory I/O option, which allows the user to read or write from a specific memory address, but this option is available only when ECRTP is invoked from a DLL.