Version: 9.15.0
Salome_file_i.cxx File Reference
#include "Salome_file_i.hxx"
#include "utilities.h"
#include <stdlib.h>
#include "HDFOI.hxx"
#include <unistd.h>
Include dependency graph for Salome_file_i.cxx:

Macros

#define _getcwd   getcwd
 
#define _open   open
 
#define FILEBLOCK_SIZE   256*1024
 CORBA method: get a block of data from the file associated to the fileId given at open. More...
 

Macro Definition Documentation

◆ _getcwd

#define _getcwd   getcwd

◆ _open

#define _open   open

◆ FILEBLOCK_SIZE

#define FILEBLOCK_SIZE   256*1024

CORBA method: get a block of data from the file associated to the fileId given at open.

Parameters
fileIdgot in return from open method
Returns
an octet sequence. Last one is empty.