ClanSoft logo
ClanSoft logo

    CL_InputSource::read

Syntax

virtual int read(
        void *data,
        int size);

Parameters

data-Points to an array where the read data is stored.
size-Number of bytes to read.

Return value

Num bytes actually read.

Description

Reads larger amounts of data (no endian and 64 bit conversion).


Back to index



This page was built using the Perceps documentation system.