| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Interface for binary output. More...
#include <JBinaryIO.hh>
  
Public Member Functions | |
| virtual | ~JBinaryOutput () | 
| Virtual destructor.   | |
| virtual int | write (const char *buffer, const int length)=0 | 
| Write byte array.   | |
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, JIO::JByteArrayWriter, JIO::JFileWriter, JIO::JStreamWriter, JLANG::JFile, JNET::JSocket, JNET::JSocketBlocking, JNET::JSocketNonblockingWriter, JNET::JSocketOutputChannel< JPrefix_t >, and JNET::JUDPSocket.