Xceed Streaming Compression Library Documentation
Xceed Streaming Compression control reference / Methods / Reset method
In This Topic
    Reset method
    In This Topic

    Description

    The Reset method must be called to reset the library in the event that a sequence of calls to the Compress, Decompress, ProcessFile, ReadFile or WriteFile methods (with the bEndOfData parameter specified as False) is interrupted and will not be completed with a final call specifying the bEndOfData parameter as True.

    Calling the Reset method will cause the library to empty its internal buffers and to not process any accumulated (but not yet processed) data. The library will then be ready to accept new calls to these methods with new data to process.

    Parameters

    None

    Return value

    None

    Declaration (DXceedStreamingCompression and IXceedStreamingCompression) Copy Code
    HResult Reset();