com.epam.fix.message.format
Class CalendarFormatUtil
java.lang.Object
com.epam.fix.message.format.CalendarFormatUtil
public class CalendarFormatUtil
- extends Object
Created with IntelliJ IDEA.
User: wed
Date: 23.11.12
Time: 14:45
To change this template use File | Settings | File Templates.
Method Summary |
static int |
formatDate(Calendar calendar,
byte[] buff,
int offset)
|
static int |
formatHours(Calendar calendar,
byte[] buff,
int offset)
|
static int |
formatMillis(Calendar calendar,
byte[] buff,
int offset)
|
static int |
formatMinutes(Calendar calendar,
byte[] buff,
int offset)
|
static int |
formatMonth(Calendar calendar,
byte[] buff,
int offset)
|
static int |
formatSeconds(Calendar calendar,
byte[] buff,
int offset)
|
static int |
formatTimeZone(Calendar cal,
byte[] buff,
int offset)
|
static int |
formatWeek(Calendar utcCal,
byte[] buff,
int offset)
|
static int |
formatYear(Calendar calendar,
byte[] buff,
int offset)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarFormatUtil
public CalendarFormatUtil()
formatYear
public static final int formatYear(Calendar calendar,
byte[] buff,
int offset)
formatMonth
public static final int formatMonth(Calendar calendar,
byte[] buff,
int offset)
formatDate
public static final int formatDate(Calendar calendar,
byte[] buff,
int offset)
formatWeek
public static final int formatWeek(Calendar utcCal,
byte[] buff,
int offset)
formatHours
public static final int formatHours(Calendar calendar,
byte[] buff,
int offset)
formatMinutes
public static final int formatMinutes(Calendar calendar,
byte[] buff,
int offset)
formatSeconds
public static int formatSeconds(Calendar calendar,
byte[] buff,
int offset)
formatMillis
public static final int formatMillis(Calendar calendar,
byte[] buff,
int offset)
formatTimeZone
public static final int formatTimeZone(Calendar cal,
byte[] buff,
int offset)
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.