Go to the documentation of this file. 1 #ifndef __JIO__JSTREAMIO__
2 #define __JIO__JSTREAMIO__
15 namespace JPP {
using namespace JIO; }
65 virtual int read(
char* buffer,
const int length)
67 in.read(buffer, length);
113 virtual int write(
const char* buffer,
const int length)
115 out.write(buffer, length);
virtual int read(char *buffer, const int length)
Read byte array.
virtual int write(const char *buffer, const int length)
Write byte array.
Interface for binary input.
Binary output based on std::ostream.
JStreamWriter(std::ostream &__out)
Constructor.
virtual bool getStatus() const
Status of reader.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
virtual void clear()
Clear status of reader.
Interface for binary output.
Binary input based on std::istream.
JStreamReader(std::istream &__in)
Constructor.
Auxiliary classes and methods for binary I/O.
virtual bool getStatus() const
Status of writer.