public final class UtcDateOnlyEncoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH |
static int |
MAX_EPOCH_DAYS |
static int |
MIN_EPOCH_DAYS |
| Constructor and Description |
|---|
UtcDateOnlyEncoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
encode(int epochDays,
byte[] bytes) |
static int |
encode(int epochDays,
MutableAsciiBuffer string,
int offset) |
public static final int LENGTH
public static final int MIN_EPOCH_DAYS
public static final int MAX_EPOCH_DAYS
public int encode(int epochDays,
byte[] bytes)
public static int encode(int epochDays,
MutableAsciiBuffer string,
int offset)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.