static class AbstractPlexusIoResourceCollection.IdentityTransformer extends java.lang.Object implements InputStreamTransformer
Constructor and Description |
---|
IdentityTransformer() |
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 public java.io.InputStream transform(@Nonnull PlexusIoResource resource, @Nonnull java.io.InputStream inputStream) throws java.io.IOException
InputStreamTransformer
transform
in interface InputStreamTransformer
resource
- The p-io resource the stream is forinputStream
- The stream to transformjava.io.IOException