| 
    Jpp - the software that should make you happy
    
   | 
 
Interface for binary output. More...
#include <JBinaryIO.hh>
  
 Public Member Functions | |
| virtual | ~JBinaryOutput () | 
| Virtual destructor.  More... | |
| virtual int | write (const char *buffer, const int length)=0 | 
| Write byte array.  More... | |
Interface for binary output.
Definition at line 41 of file JBinaryIO.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Write byte array.
| buffer | pointer to byte array | 
| length | number of bytes | 
Implemented in JNET::JSocket, JIO::JByteArrayWriter, JIO::JBufferedWriter, JIO::JStreamWriter, JIO::JFileWriter, JLANG::JFile, and JNET::JSocketBlocking.
 1.8.5