#include "SDIFFile.hxx"
#include "SDIFType.hxx"
#include "SDIFHeader.hxx"
#include "SDIFFrame.hxx"
#include "SDIFMatrix.hxx"
#include "SDIFStorage.hxx"
#include "ByteOrder.hxx"
#include <sys/types.h>
#include <unistd.h>
#include "ErrOpenFile.hxx"
#include "ErrFormat.hxx"
#include <sys/stat.h>
#include <fcntl.h>
Go to the source code of this file.
Namespaces | |
namespace | SDIF |
Used to read or write an SDIF file. | |
Functions | |
CLAM::TUInt16 | SDIF::Swap (const CLAM::TUInt16 &val) |
CLAM::TUInt32 | SDIF::Swap (const CLAM::TUInt32 &val) |
CLAM::TUInt64 | SDIF::Swap (const CLAM::TUInt64 &val) |