org.tinygroup.convert.common
Class IntToByteArray

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

public class IntToByteArray
extends Object
implements Converter<Float,byte[]>


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

Constructor Detail

IntToByteArray

public IntToByteArray()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.