org.tinygroup.convert.common
Class ByteArrayToInt

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

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


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

Constructor Detail

ByteArrayToInt

public ByteArrayToInt()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.