| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Interface for binary input. More...
#include <JBinaryIO.hh>
  
Public Member Functions | |
| virtual | ~JBinaryInput () | 
| Virtual destructor.   | |
| virtual int | read (char *buffer, const int length)=0 | 
| Read byte array.   | |
Interface for binary input.
Definition at line 18 of file JBinaryIO.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Read byte array.
| buffer | pointer to byte array | 
| length | number of bytes | 
Implemented in JIO::JBufferedReader, JIO::JByteArrayReader, JIO::JFileReader, JIO::JStreamReader, JLANG::JFile, JNET::JSocket, JNET::JSocketBlocking, JNET::JSocketInputChannel< JPrefix_t >, JNET::JSocketNonblockingReader, and JNET::JUDPSocket.