public interface StreamModule extends Module
| Modifier and Type | Method and Description |
|---|---|
ByteArrayOutputStream |
execute(InputStream input)
Executes the canonicalization module.
|
getProperty, getPropertyNames, isProperty, setPropertyByteArrayOutputStream execute(InputStream input) throws ModuleException
ByteArrayOutputStream can be converted to
InputStream instance using
ByteArrayInputStream.ByteArrayInputStream(byte[]).input - input stream to be processedModuleException - when cannot transform the input by this moduleCopyright © 2015. All Rights Reserved.