com.epam.fix.message.format
Class AbstractUTCDateFormatter

java.lang.Object
  extended by com.epam.fix.message.format.AbstractUTCDateFormatter
All Implemented Interfaces:
FIXDateFormatter
Direct Known Subclasses:
MonthYearFormatter, UTCTimeOnlyFormatter

public abstract class AbstractUTCDateFormatter
extends Object
implements FIXDateFormatter

Created with IntelliJ IDEA. User: wed Date: 21.11.12 Time: 16:45 To change this template use File | Settings | File Templates.


Constructor Summary
AbstractUTCDateFormatter()
           
 
Method Summary
 int format(Calendar cal, byte[] buff, int offset)
           
protected abstract  int formatUTCCalendar(Calendar utcCal, byte[] buff, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.epam.fix.message.format.FIXDateFormatter
getFormattedStringLength
 

Constructor Detail

AbstractUTCDateFormatter

public AbstractUTCDateFormatter()
Method Detail

format

public int format(Calendar cal,
                  byte[] buff,
                  int offset)
Specified by:
format in interface FIXDateFormatter

formatUTCCalendar

protected abstract int formatUTCCalendar(Calendar utcCal,
                                         byte[] buff,
                                         int offset)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.