Several functions for Inputs/Ouputs on disk.


o isLittleEndian
Returns true if the computer use the Little Endian coding
o isNativeMode
Returns true if we'll load/save using the native mode
o setNativeMode
We'll load/save in native mode
o setLittleEndianMode
We'll load/save in Little Endian mode
o setBigEndianMode
We'll load/save in Big Endian mode
o reverseMemory
Reverse n_blocks of memory starting from ptr_.
o xfread
As fread(), but reverse the memory if it has been specified with setNativeMode(), setLittleEndianMode() or setBigEndianMode()
o xfwrite
As fwrite(), but reverse the memory if it has been specified with setNativeMode(), setLittleEndianMode() or setBigEndianMode()
Several functions for Inputs/Ouputs on disk.

Author:
Ronan Collobert (collober@iro.umontreal.ca)

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.