Package com.microej.kf.util
Class ByteConverter
- java.lang.Object
-
- com.microej.kf.util.ByteConverter
-
-
Constructor Summary
Constructors Constructor Description ByteConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Byteconvert(Byte arg0, Feature targetOwner)Converts an object owned by a Feature to another Feature.Class<Byte>getType()Gets the Kernel type managed by thisConverter.
-
-
-
Method Detail
-
convert
public Byte convert(Byte arg0, Feature targetOwner) throws IllegalAccessError
Description copied from interface:ConverterConverts an object owned by a Feature to another Feature.- Specified by:
convertin interfaceConverter<Byte>- Parameters:
arg0- the source object to be convertedtargetOwner- the owner of the converted object- Returns:
- the converted object, owned by the target owner
- Throws:
IllegalAccessError
-
-