Package org.apache.any23.mime.purifier
Class WhiteSpacesPurifier
- java.lang.Object
-
- org.apache.any23.mime.purifier.WhiteSpacesPurifier
-
-
Constructor Summary
Constructors Constructor Description WhiteSpacesPurifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
purify(InputStream inputStream)
Performs the purification of the provided resettableInputStream
.
-
-
-
Method Detail
-
purify
public void purify(InputStream inputStream) throws IOException
Performs the purification of the provided resettableInputStream
.- Specified by:
purify
in interfacePurifier
- Parameters:
inputStream
- a resettableInputStream
to be cleaned.- Throws:
IOException
- if there is an error accessing theInputStream
-
-