formZ SDK | 5.0 API Reference | System | IO Streams

fz_iost_set_endian

Description

Sets the byte order of the IO stream to be written. Sets the byte order of the IO stream to be written to either FZ_ENDIAN_SMALL or FZ_ENDIAN_BIG.

Plugin Prototype

fzrt_error_td fz_iost_set_endian(

fz_iost_ptr

iost,

char

file_endian )

Parameters

iost [Input]

The IO stream.

file_endian [Result]

The byte order.

Returns

FZRT_NOERR on success. Otherwise, an error code.

Availability

5.0.0.0

Function Set

fz_iost_fset


Defined in

fz_iost_api.h