Virgil Security Crypto library
1.8.2
|
This is base class for input streams. More...
#include <VirgilDataSource.h>
Public Member Functions | |
virtual bool | hasData ()=0 |
Return true if target source still contains unread data. | |
virtual VirgilByteArray | read ()=0 |
Return next portion of read data from target source. | |
This is base class for input streams.
Defines interface that allows read data from the input stream.