public interface Processor
| Modifier and Type | Method and Description |
|---|---|
Adapter |
getAdapter() |
boolean |
process(InputStream input,
OutputStream output) |
void |
setAdapter(Adapter adapter) |
void setAdapter(Adapter adapter)
Adapter getAdapter()
boolean process(InputStream input, OutputStream output) throws Exception
ExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.