Closes the current input.
[Visual Basic] Sub CloseInput() [C#] void CloseInput(); [C++] void CloseInput(); [JScript] function CloseInput();
If you are also using the output of the filter, you must call CloseInput after CloseOutput as some filters may need to have some input information in order to generate the output.
IFilter Interface | Okapi.Library.Filter Namespace