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