|
Jpp
19.1.0-rc.1
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 JIO::JBufferedReader, JNET::JUDPSocket, JNET::JSocketBlocking, JNET::JSocket, JIO::JStreamReader, JIO::JFileReader, JIO::JByteArrayReader, and JLANG::JFile.