formZ SDK | 5.0 API Reference | System | IO Streams
Description
IO for a given number of bytes. The byte data is written and read in the same order. That is, no endian swapping is performed if the data is written / read on platforms with different byte ordering.
Plugin Prototype
fzrt_error_td fz_iost_bytes(
iost, | |
bytes, | |
fzrt_unsigned_int | nbytes ) |
Parameters
iost [Input]
The IO stream.
bytes [Input]
A pointer to a block of bytes in memory.
nbytes [Input]
The number of bytes.
Returns
FZRT_NOERR on success. Otherwise, an error code.
Availability
5.5.0.0
Function Set
Defined in