Click or drag to resize

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.Compression
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntax
public void EmptyBuffer()
View Source
Remarks
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