public interface Purifier
| Modifier and Type | Method and Description |
|---|---|
void |
purify(InputStream inputStream)
Performs the purification of the provided resettable
InputStream. |
void purify(InputStream inputStream) throws IOException
InputStream.inputStream - a resettable InputStream to be cleaned.IOException - if there is an error accessing the InputStreamCopyright © 2010–2019 The Apache Software Foundation. All rights reserved.