libsaltpack
|
Input Stream to parse BaseX armored content. More...
#include <ArmoredInputStream.h>
Public Member Functions | |
ArmoredInputStream (std::istream &in, const std::string &app) | |
ArmoredInputStream (std::istream &in) | |
~ArmoredInputStream () override | |
int | underflow () override |
Input Stream to parse BaseX armored content.
The alphabet used is BASE62.
saltpack::ArmoredInputStream::ArmoredInputStream | ( | std::istream & | in, |
const std::string & | app ) |
Creates a new ArmoredInputStream instance for a specific application.
in | the source input stream containing armored data. |
app | the application name that will be verified in the header/footer of the message contained in the input stream. |
SaltpackException |
|
explicit |
Creates a new ArmoredInputStream instance.
in | the source input stream containing armored data. |
SaltpackException |
|
override |
Destroyer.
|
override |
Method overridden from std::sreambuf (internal use only).