| 
    Jpp
    master_rocky
    
   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 JIO::JBufferedWriter, JNET::JUDPSocket, JNET::JSocketBlocking, JNET::JSocket, JIO::JStreamWriter, JIO::JFileWriter, JIO::JByteArrayWriter, and JLANG::JFile.