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
Converterconvert in interface Converter<InputStream>arg0 - the source object to be convertedarg1 - the owner of the converted objectIllegalAccessErrorpublic Class<InputStream> getType()
ConverterConverter.getType in interface Converter<InputStream>Converter.