| Constructor and Description | 
|---|
ByteConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
Byte | 
convert(Byte arg0,
       Feature targetOwner)
Converts an object owned by a Feature to another Feature. 
 | 
Class<Byte> | 
getType()
Gets the Kernel type managed by this  
Converter. | 
public Byte convert(Byte arg0, Feature targetOwner) throws IllegalAccessError
Converterconvert in interface Converter<Byte>arg0 - the source object to be convertedtargetOwner - the owner of the converted objectIllegalAccessError