1 #ifndef __JIO__JOBJECTBINARYIO__ 
    2 #define __JIO__JOBJECTBINARYIO__ 
   13 namespace JPP { 
using namespace JIO; }
 
   29     void load(
const char* file_name)
 
   31       JLANG::load<JFileStreamReader>(file_name, 
static_cast<T&
>(*this));
 
   40     void store(
const char* file_name)
 const 
   42       JLANG::store<JFileStreamWriter>(file_name, 
static_cast<const T&
>(*this));
 
void load(const char *file_name)
Load from input file. 
 
Auxiliary base class for storing and loading a single object to and from a binary file...
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
General methods for loading and storing a single object from and to a file, respectively. 
 
void store(const char *file_name) const 
Store to output file.