public interface ContentsTransformer
InputStream and writes bytes to an
OutputStream.| Modifier and Type | Method and Description |
|---|---|
void |
transform(String path,
InputStream is,
OutputStream os)
Reads bytes from is (typically until end-of-input) and writes bytes to os.
|
void transform(String path, InputStream is, OutputStream os) throws IOException
path - Designates the contents that is transformedIOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.