org.tinygroup.convert.common
Class DoubleToByteArray

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

public class DoubleToByteArray
extends Object
implements Converter<Double,byte[]>


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

Constructor Detail

DoubleToByteArray

public DoubleToByteArray()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.