#include <asn.h>
Inheritance diagram for BERSequenceDecoder:
Definition at line 173 of file asn.h.
Public Member Functions | |
BERSequenceDecoder (BufferedTransformation &inQueue, byte asnTag=SEQUENCE|CONSTRUCTED) | |
BERSequenceDecoder (BERSequenceDecoder &inQueue, byte asnTag=SEQUENCE|CONSTRUCTED) | |
bool | IsDefiniteLength () const |
unsigned int | RemainingLength () const |
bool | EndReached () const |
byte | PeekByte () const |
void | CheckByte (byte b) |
unsigned int | TransferTo2 (BufferedTransformation &target, unsigned long &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) |
unsigned int | CopyRangeTo2 (BufferedTransformation &target, unsigned long &begin, unsigned long end=ULONG_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const |
void | MessageEnd () |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
unsigned int | NumberOfMessages () const |
bool | GetNextMessage () |
unsigned int | CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const |
Protected Attributes | |
BufferedTransformation & | m_inQueue |
bool | m_finished |
bool | m_definiteLength |
unsigned int | m_length |
bool | m_messageEnd |