org.tinygroup.convert.common
Class LongToByteArray

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

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


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

Constructor Detail

LongToByteArray

public LongToByteArray()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.