Go to the documentation of this file.    1 #ifndef __JIO__JFILEIO__ 
    2 #define __JIO__JFILEIO__ 
   15 namespace JPP { 
using namespace JIO; }
 
   58     virtual int read(
char* buffer, 
const int length)
 
   60       return in.
read(buffer, length);
 
  104     virtual int write(
const char* buffer, 
const int length) 
 
 
virtual bool getStatus() const
Status of writer.
 
Interface for binary input.
 
virtual bool good() const
Check status.
 
Binary output based on a file descriptor.
 
virtual int read(char *buffer, const int length)
Read data from file.
 
virtual int read(char *buffer, const int length)
Read byte array.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
JFileWriter(const JFile &file)
Constructor.
 
Interface for binary output.
 
The JFile class extends the JAbstractFile class.
 
JFileReader(const JFile &file)
Constructor.
 
virtual int write(const char *buffer, const int length)
Write byte array.
 
Auxiliary classes and methods for binary I/O.
 
virtual int write(const char *buffer, const int length)
Write data to file.
 
virtual bool getStatus() const
Status of reader.
 
Binary input based on a file descriptor.