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 transformIOException
Copyright © 2001–2022 Codehaus Plexus. All rights reserved.