|
|||||
|
|||
Functions | Platforms | ||
Buffers (OMIOBUF) |
The OMIOBUF library provides an external buffering mechanism. OmniMark programmers can use this library when they need to have control over releasing the memory used to buffer data.
This library contains one OMX implementation, one OmniMark external source function and one OmniMark external output function implementation, as follows:
writer
:
an external output function that writes data to the buffer passed to it.
reader
:
an external source function that reads the data previously written to the buffer passed to it.
To use omiobuf, you must import it into your program using a statement like this:
import "omiobuf.xmd" prefixed by io.
(Please see the import
topic
for more on importing.)
Functions iobuf.buffer iobuf.reader iobuf.writer |
Platforms HP/UX HP-UX Itanium 2 IBM AIX 5.3 Linux (Intel) Linux Red Hat Enterprise 5 MS Windows 98/ME MS Windows NT/2000/XP MS Windows Vista Sun Solaris 8 |
Copyright © Stilo International plc, 1988-2008.