org.tinygroup.convert.common
Class ByteArrayToUTCDate

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

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


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

Constructor Detail

ByteArrayToUTCDate

public ByteArrayToUTCDate()
Method Detail

convert

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


Copyright © 2006–2015 TinyGroup. All rights reserved.