org.tinygroup.convert.common
Class UTCDateToByteArray

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

public class UTCDateToByteArray
extends Object
implements Converter<Date,byte[]>


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

Constructor Detail

UTCDateToByteArray

public UTCDateToByteArray()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.