public interface InputStreamTransformer
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
transform(PlexusIoResource resource,
java.io.InputStream inputStream)
Transform the supplied input stream into another input stream.
|
@Nonnull
java.io.InputStream transform(@Nonnull
PlexusIoResource resource,
@Nonnull
java.io.InputStream inputStream)
throws java.io.IOException
resource - The p-io resource the stream is forinputStream - The stream to transformjava.io.IOException