1 #ifndef __JLANG__JFILESTREAM__ 
    2 #define __JLANG__JFILESTREAM__ 
   16 namespace JPP { 
using namespace JLANG; }
 
   36                      const std::size_t    size = 65536) :
 
   58                       const std::size_t    size = 65536) :
 
   82                 const std::size_t    size = 65536) :
 
The JAbstractFile class encapsulates the c-style file descriptor.
 
Output file stream buffer.
 
JFileOutputStream(const JAbstractFile &file, const std::size_t size=65536)
Constructor.
 
Input and output file stream buffer.
 
Streaming of input and output.
 
JFileStream(const JAbstractFile &in, const JAbstractFile &out, const std::size_t size=65536)
Constructor.
 
Auxiliary classes and methods for language specific functionality.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).