| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AnyMessages() const | BufferedTransformation | [virtual] |
| AnyRetrievable() const | BufferedTransformation | [virtual] |
| Attach(BufferedTransformation *newAttachment) | BufferedTransformation | [virtual] |
| Attachable() | Filter | [inline, virtual] |
| AttachedTransformation() | Filter | [virtual] |
| AttachedTransformation() const | Filter | [virtual] |
| BufferedTransformation() | BufferedTransformation | [inline] |
| CanModifyInput() const | BufferedTransformation | [inline, virtual] |
| ChannelCreatePutSpace(const std::string &channel, unsigned int &size) | BufferedTransformation | [virtual] |
| ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) | BufferedTransformation | [virtual] |
| ChannelMessageEnd(const std::string &channel, int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) | BufferedTransformation | [virtual] |
| ChannelPut(const std::string &channel, byte inByte, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPut(const std::string &channel, const byte *inString, unsigned int length, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPut2(const std::string &channel, const byte *begin, unsigned int length, int messageEnd, bool blocking) | BufferedTransformation | [virtual] |
| ChannelPutMessageEnd(const std::string &channel, const byte *inString, unsigned int length, int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPutModifiable(const std::string &channel, byte *inString, unsigned int length, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPutModifiable2(const std::string &channel, byte *begin, unsigned int length, int messageEnd, bool blocking) | BufferedTransformation | [virtual] |
| ChannelPutWord16(const std::string &channel, word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| ChannelPutWord32(const std::string &channel, word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| ClearBitBuffer() | LowFirstBitWriter | |
| Clone() const | Clonable | [inline, virtual] |
| ComputeHash(const byte *str) const | Deflator | [inline, protected] |
| CopyAllTo(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | |
| CopyMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | |
| CopyRangeTo(BufferedTransformation &target, unsigned long position, unsigned long copyMax=ULONG_MAX, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | [inline] |
| CopyRangeTo2(BufferedTransformation &target, unsigned long &begin, unsigned long end=ULONG_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const | Filter | [virtual] |
| CopyTo(BufferedTransformation &target, unsigned long copyMax=ULONG_MAX, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | [inline] |
| CreatePutSpace(unsigned int &size) | BufferedTransformation | [inline, virtual] |
| DecrementPropagation(int propagation) | BufferedTransformation | [inline, protected, static] |
| DEFAULT_DEFLATE_LEVEL enum value (defined in Deflator) | Deflator | |
| DEFAULT_LOG2_WINDOW_SIZE enum value (defined in Deflator) | Deflator | |
| Deflator(BufferedTransformation *attachment=NULL, int deflateLevel=DEFAULT_DEFLATE_LEVEL, int log2WindowSize=DEFAULT_LOG2_WINDOW_SIZE, bool detectUncompressible=true) | Deflator | |
| Deflator(const NameValuePairs ¶meters, BufferedTransformation *attachment=NULL) | Deflator | |
| Detach(BufferedTransformation *newAttachment=NULL) | Filter | [virtual] |
| DMASK | Deflator | [protected] |
| DSIZE | Deflator | [protected] |
| DYNAMIC enum value (defined in Deflator) | Deflator | [protected] |
| EncodeBlock(bool eof, unsigned int blockType) | Deflator | [protected] |
| EndBlock(bool eof) | Deflator | [protected] |
| FillWindow(const byte *str, unsigned int length) | Deflator | [protected] |
| Filter(BufferedTransformation *attachment=NULL) | Filter | |
| FinishCounting() | LowFirstBitWriter | |
| Flush(bool hardFlush, int propagation=-1, bool blocking=true) | Filter | [virtual] |
| FlushBitBuffer() | LowFirstBitWriter | |
| Get(byte &outByte) | BufferedTransformation | [virtual] |
| Get(byte *outString, unsigned int getMax) | BufferedTransformation | [virtual] |
| GetAutoSignalPropagation() const | BufferedTransformation | [inline, virtual] |
| GetDeflateLevel() const | Deflator | [inline] |
| GetLog2WindowSize() const | Deflator | [inline] |
| GetMaxWaitObjectCount() const | BufferedTransformation | [virtual] |
| GetNextMessage() | BufferedTransformation | [virtual] |
| GetNextMessageSeries() | BufferedTransformation | [inline, virtual] |
| GetWaitObjects(WaitObjectContainer &container) | BufferedTransformation | [virtual] |
| GetWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
| GetWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
| GOOD_MATCH | Deflator | [protected] |
| HMASK | Deflator | [protected] |
| HSIZE | Deflator | [protected] |
| Initialize(const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1) | Filter | [virtual] |
| InitializeStaticEncoders() | Deflator | [protected] |
| Insert(Filter *nextFilter) | Filter | [protected] |
| InsertString(unsigned int start) | Deflator | [inline, protected] |
| IsolatedFlush(bool hardFlush, bool blocking) | Deflator | [virtual] |
| IsolatedInitialize(const NameValuePairs ¶meters) | Deflator | [virtual] |
| IsolatedMessageSeriesEnd(bool blocking) | BufferedTransformation | [inline, virtual] |
| LiteralByte(byte b) | Deflator | [protected] |
| LongestMatch(unsigned int &bestMatch) const | Deflator | [protected] |
| LowFirstBitWriter(BufferedTransformation *attachment) | LowFirstBitWriter | |
| m_bitCount | LowFirstBitWriter | [protected] |
| m_bitsBuffered | LowFirstBitWriter | [protected] |
| m_blockLength | Deflator | [protected] |
| m_blockStart | Deflator | [protected] |
| m_buffer | LowFirstBitWriter | [protected] |
| m_byteBuffer | Deflator | [protected] |
| m_bytesBuffered | LowFirstBitWriter | [protected] |
| m_compressibleDeflateLevel | Deflator | [protected] |
| m_continueAt | Filter | [protected] |
| m_counting | LowFirstBitWriter | [protected] |
| m_deflateLevel | Deflator | [protected] |
| m_detectCount | Deflator | [protected] |
| m_detectSkip | Deflator | [protected] |
| m_dictionaryEnd | Deflator | [protected] |
| m_distanceCounts | Deflator | [protected] |
| m_dynamicDistanceEncoder | Deflator | [protected] |
| m_dynamicLiteralEncoder | Deflator | [protected] |
| m_head | Deflator | [protected] |
| m_headerWritten | Deflator | [protected] |
| m_inputPosition | Filter | [protected] |
| m_literalCounts | Deflator | [protected] |
| m_log2WindowSize | Deflator | [protected] |
| m_lookahead | Deflator | [protected] |
| m_matchAvailable | Deflator | [protected] |
| m_matchBuffer | Deflator | [protected] |
| m_matchBufferEnd | Deflator | [protected] |
| m_minLookahead | Deflator | [protected] |
| m_outputBuffer | LowFirstBitWriter | [protected] |
| m_prev | Deflator | [protected] |
| m_previousLength | Deflator | [protected] |
| m_previousMatch | Deflator | [protected] |
| m_staticDistanceEncoder | Deflator | [protected] |
| m_staticLiteralEncoder | Deflator | [protected] |
| m_stringStart | Deflator | [protected] |
| MatchFound(unsigned int distance, unsigned int length) | Deflator | [protected] |
| MAX_CHAIN_LENGTH | Deflator | [protected] |
| MAX_DEFLATE_LEVEL enum value (defined in Deflator) | Deflator | |
| MAX_LAZYLENGTH | Deflator | [protected] |
| MAX_LOG2_WINDOW_SIZE enum value (defined in Deflator) | Deflator | |
| MAX_MATCH enum value (defined in Deflator) | Deflator | [protected] |
| MaxRetrievable() const | BufferedTransformation | [virtual] |
| MessageEnd(int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| MessageSeriesEnd(int propagation=-1, bool blocking=true) | Filter | [virtual] |
| MIN_DEFLATE_LEVEL enum value (defined in Deflator) | Deflator | |
| MIN_LOG2_WINDOW_SIZE enum value (defined in Deflator) | Deflator | |
| MIN_MATCH enum value (defined in Deflator) | Deflator | [protected] |
| NewDefaultAttachment() const | Filter | [protected, virtual] |
| NotCopyable() | NotCopyable | [inline] |
| NULL_CHANNEL | BufferedTransformation | [static] |
| NumberOfMessages() const | BufferedTransformation | [virtual] |
| NumberOfMessageSeries() const | BufferedTransformation | [inline, virtual] |
| NumberOfMessagesInThisSeries() const | BufferedTransformation | [inline, virtual] |
| Output(int outputSite, const byte *inString, unsigned int length, int messageEnd, bool blocking, const std::string &channel=NULL_CHANNEL) | Filter | [protected] |
| OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL) | Filter | [protected] |
| OutputMessageEnd(int outputSite, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL) (defined in Filter) | Filter | [protected] |
| OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL) | Filter | [protected] |
| OutputModifiable(int outputSite, byte *inString, unsigned int length, int messageEnd, bool blocking, const std::string &channel=NULL_CHANNEL) | Filter | [protected] |
| Peek(byte &outByte) const | BufferedTransformation | [virtual] |
| Peek(byte *outString, unsigned int peekMax) const | BufferedTransformation | [virtual] |
| PeekWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
| PeekWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
| ProcessBuffer() | Deflator | [protected] |
| ProcessUncompressedData(const byte *string, unsigned int length) | Deflator | [inline, protected, virtual] |
| PropagateInitialize(const NameValuePairs ¶meters, int propagation) | Filter | [protected] |
| Put(byte inByte, bool blocking=true) | BufferedTransformation | [inline] |
| Put(const byte *inString, unsigned int length, bool blocking=true) | BufferedTransformation | [inline] |
| Put2(const byte *inString, unsigned int length, int messageEnd, bool blocking) | Deflator | [virtual] |
| PutBits(unsigned long value, unsigned int length) | LowFirstBitWriter | |
| PutMessageEnd(const byte *inString, unsigned int length, int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| PutModifiable(byte *inString, unsigned int length, bool blocking=true) | BufferedTransformation | [inline] |
| PutModifiable2(byte *inString, unsigned int length, int messageEnd, bool blocking) | BufferedTransformation | [inline, virtual] |
| PutWord16(word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| PutWord32(word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| Ref() | BufferedTransformation | [inline] |
| Reset(bool forceReset=false) | Deflator | [protected] |
| SetAutoSignalPropagation(int propagation) | BufferedTransformation | [inline, virtual] |
| SetDeflateLevel(int deflateLevel) | Deflator | |
| SetRetrievalChannel(const std::string &channel) | BufferedTransformation | [virtual] |
| ShouldPropagateMessageEnd() const | Filter | [inline, protected, virtual] |
| ShouldPropagateMessageSeriesEnd() const | Filter | [inline, protected, virtual] |
| Skip(unsigned long skipMax=ULONG_MAX) | BufferedTransformation | [virtual] |
| SkipAll() | BufferedTransformation | [virtual] |
| SkipMessages(unsigned int count=UINT_MAX) | BufferedTransformation | [virtual] |
| StartCounting() | LowFirstBitWriter | |
| STATIC enum value (defined in Deflator) | Deflator | [protected] |
| STORED enum value (defined in Deflator) | Deflator | [protected] |
| TotalBytesRetrievable() const | BufferedTransformation | [virtual] |
| TransferAllTo(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL) | BufferedTransformation | [inline] |
| TransferAllTo2(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL, bool blocking=true) | BufferedTransformation | |
| TransferMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) | BufferedTransformation | [inline] |
| TransferMessagesTo2(BufferedTransformation &target, unsigned int &messageCount, const std::string &channel=NULL_CHANNEL, bool blocking=true) | BufferedTransformation | |
| TransferTo(BufferedTransformation &target, unsigned long transferMax=ULONG_MAX, const std::string &channel=NULL_CHANNEL) | BufferedTransformation | [inline] |
| TransferTo2(BufferedTransformation &target, unsigned long &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) | Filter | [virtual] |
| Wait(unsigned long milliseconds) | Waitable | |
| WritePoststreamTail() | Deflator | [inline, protected, virtual] |
| WritePrestreamHeader() | Deflator | [inline, protected, virtual] |
| ~Clonable() | Clonable | [inline, virtual] |