Version: 8.3.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

#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.

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

Referenced by Salome_file_i::getBlock().