formZ SDK | 5.0 API Reference | System | IO Streams

fz_iost_block_read_end

Description

Ends reading an IO stream block. This function must be called at the conclusion of reading each block of data. This function checks that we haven't read past the end of the block; if so it returns and error. It also checks that we have read the whole block; if it not skips ahead to beginning of next block.

Plugin Prototype

fzrt_error_td fz_iost_block_read_end(

fz_iost_ptr

iost )

Parameters

iost [Input]

The IO stream.

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