1 #ifndef __JIO__JBINARYFILEWRITER__ 
    2 #define __JIO__JBINARYFILEWRITER__ 
    7 #include "JLang/JAccessibleObjectOutput.hh" 
   18 namespace JPP { 
using namespace JIO; }
 
Accessible output stream. 
 
Interface for binary output. 
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
Object(s) writing to binary file. 
 
JBinaryFileWriter()
Default constructor. 
 
Interface for object output with named access. 
 
Implementation of object output using JIO::JWriter for single data type. 
 
Binary output based on std::ostream.