| 
    Jpp
    18.2.0
    
   the software that should make you happy 
   | 
 
Interface for binary input. More...
#include <JBinaryIO.hh>
  
 Public Member Functions | |
| virtual | ~JBinaryInput () | 
| Virtual destructor.  More... | |
| virtual int | read (char *buffer, const int length)=0 | 
| Read byte array.  More... | |
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 JNET::JSocket, JIO::JByteArrayReader, JIO::JBufferedReader, JNET::JUDPSocket, JLANG::JFile, JIO::JStreamReader, JIO::JFileReader, and JNET::JSocketBlocking.
 1.8.5