public abstract class AbstractUTCDateFormatter extends Object implements FIXDateFormatter
Constructor and Description |
---|
AbstractUTCDateFormatter() |
Modifier and Type | Method and Description |
---|---|
int |
format(Calendar cal,
byte[] buff,
int offset) |
protected abstract int |
formatUTCCalendar(Calendar utcCal,
byte[] buff,
int offset) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFormattedStringLength
public int format(Calendar cal, byte[] buff, int offset)
format
in interface FIXDateFormatter
protected abstract int formatUTCCalendar(Calendar utcCal, byte[] buff, int offset)
Copyright © 2000–2022 EPAM Systems. All rights reserved.