formZ SDK | 5.0 API Reference | System | IO Streams

fz_iost_bytes

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(

fz_iost_ptr

iost,

fzrt_ptr

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

fz_iost_fset


Defined in

fz_iost_api.h