Jpp
master_rocky-43-ge265d140c
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.