public final class UtcDateOnlyDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH |
static int |
SIZE_OF_DAY |
static int |
SIZE_OF_MONTH |
static int |
SIZE_OF_YEAR |
| Constructor and Description |
|---|
UtcDateOnlyDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static int |
decode(AsciiBuffer date,
int offset) |
int |
decode(byte[] bytes) |
public static final int SIZE_OF_YEAR
public static final int SIZE_OF_MONTH
public static final int SIZE_OF_DAY
public static final int LENGTH
public int decode(byte[] bytes)
public static int decode(AsciiBuffer date, int offset)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.