org.tinygroup.convert.common
Class ByteArrayToLong

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

public class ByteArrayToLong
extends Object
implements Converter<byte[],Long>


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

Constructor Detail

ByteArrayToLong

public ByteArrayToLong()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.