org.tinygroup.convert.common
Class FloatToByteArray

java.lang.Object
  extended by org.tinygroup.convert.common.FloatToByteArray
All Implemented Interfaces:
Converter<Integer,byte[]>

public class FloatToByteArray
extends Object
implements Converter<Integer,byte[]>


Constructor Summary
FloatToByteArray()
           
 
Method Summary
 byte[] convert(Integer inputData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatToByteArray

public FloatToByteArray()
Method Detail

convert

public byte[] convert(Integer inputData)
Specified by:
convert in interface Converter<Integer,byte[]>


Copyright © 2006–2015 TinyGroup. All rights reserved.