Go to the documentation of this file.    1 #ifndef __JLANG__JACCESSIBLEBINARYSTREAM__ 
    2 #define __JLANG__JACCESSIBLEBINARYSTREAM__ 
   15 namespace JPP { 
using namespace JLANG; }
 
   52     virtual void open(
const char* file_name)
 
   92     virtual void open(
const char* file_name)
 
 
Accessible output stream.
 
Accessible output stream.
 
JAccessibleBinaryOutputStream(const char *file_name)
Constructor.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
T * open(const std::string &file_name)
Open file.
 
virtual void open(const char *file_name)
Open file.
 
Auxiliary classes and methods for language specific functionality.
 
JAccessibleBinaryOutputStream()
Default constructor.