org.tinygroup.convert.common
Class ByteArrayToDouble

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

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


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

Constructor Detail

ByteArrayToDouble

public ByteArrayToDouble()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.