Virgil Security Crypto library  2.6.3
Public Member Functions | List of all members
virgil::crypto::VirgilDataSource Class Referenceabstract

This is base class for input streams. More...

#include <VirgilDataSource.h>

Inheritance diagram for virgil::crypto::VirgilDataSource:
virgil::crypto::stream::VirgilBytesDataSource virgil::crypto::stream::VirgilStreamDataSource

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.
 

Detailed Description

This is base class for input streams.

Defines interface that allows read data from the input stream.


The documentation for this class was generated from the following file: