doClose abstract method

void doClose()

Subclass Responsibility: Tear-down the filter

At this point, there should not be any processing operations. This is the place to release internal resources.

Implementation

void doClose();