|
PatternDecompressorEmptyBuffer Method
|
Clears out the data buffer so that subsequent calls to the Decompress
methods do not use the data that was previously in the data buffer.
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public void EmptyBuffer()
public:
void EmptyBuffer()
member EmptyBuffer : unit -> unit
View SourceRemarks
This method should not be called during normal operation, as data will
be lost and the compressed stream will likely be corrupted. Only call
this method if the stream has already been corrupted.
See Also