public interface InputStreamTransformer
| Modifier and Type | Method and Description |
|---|---|
InputStream |
transform(PlexusIoResource resource,
InputStream inputStream)
Transform the supplied input stream into another input stream.
|
@Nonnull InputStream transform(@Nonnull PlexusIoResource resource, @Nonnull InputStream inputStream) throws IOException
resource - The p-io resource the stream is forinputStream - The stream to transformIOExceptionCopyright © 2001-2015 Codehaus. All Rights Reserved.