Creates a new RtfCompressedToRtf converter filter.
Protected OptionaloutputThe reusable output buffer used by this filter.
Gets the compression mode.
At least 12 bytes from the stream must be processed before this property value will be accurate.
Gets whether the CRC32 is valid.
Until all data has been processed, this property will always return false.
Filter the specified input buffer.
The input buffer.
The starting index of the input buffer.
The number of bytes of input to filter.
The filtered output range.
Filter the specified input buffer, flushing all internally buffered data to the output.
The input buffer.
The starting index of the input buffer.
The number of bytes of input to filter.
The filtered output range.
ProtectedsaveSave the remaining input for the next round of processing.
The input buffer.
The starting index of the buffer to save.
The length of the buffer to save, starting at startIndex.
ProtectedensureEnsure that the output buffer is at least the specified size.
The minimum size needed.
Whether the current output should be preserved.
The output buffer.
ProtectedfilterFilter the specified input buffer.
the input buffer.
the starting index of the input buffer.
the number of bytes to filter.
whether to flush the filter.
the filtered output.
Reset the filter state.
A filter to decompress a compressed RTF stream.
Used to decompress a compressed RTF stream.