public class InputStreamConverter extends Object implements Converter<InputStream>
Constructor and Description |
---|
InputStreamConverter() |
Modifier and Type | Method and Description |
---|---|
InputStream |
convert(InputStream arg0,
Feature arg1)
Converts an object owned by a Feature to another Feature.
|
Class<InputStream> |
getType()
Gets the Kernel type managed by this
Converter . |
public InputStream convert(InputStream arg0, Feature arg1) throws IllegalAccessError
Converter
convert
in interface Converter<InputStream>
arg0
- the source object to be convertedarg1
- the owner of the converted objectIllegalAccessError
public Class<InputStream> getType()
Converter
Converter
.getType
in interface Converter<InputStream>
Converter
.