public final class UtcTimeOnlyDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LONG_LENGTH |
static int |
LONG_LENGTH_MICROS |
static int |
LONG_LENGTH_NANOS |
static int |
SECOND_PREFIX_LENGTH |
static int |
SHORT_LENGTH |
| Constructor and Description |
|---|
UtcTimeOnlyDecoder(boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
static long |
decode(AsciiBuffer time,
int offset,
int length,
boolean strict) |
long |
decode(byte[] bytes) |
long |
decode(byte[] bytes,
int length) |
static long |
decodeMicros(AsciiBuffer time,
int offset,
int length,
boolean strict) |
long |
decodeMicros(byte[] bytes) |
long |
decodeMicros(byte[] bytes,
int length) |
static long |
decodeNanos(AsciiBuffer time,
int offset,
int length,
boolean strict) |
long |
decodeNanos(byte[] bytes) |
long |
decodeNanos(byte[] bytes,
int length) |
public static final int SHORT_LENGTH
public static final int SECOND_PREFIX_LENGTH
public static final int LONG_LENGTH
public static final int LONG_LENGTH_MICROS
public static final int LONG_LENGTH_NANOS
public UtcTimeOnlyDecoder(boolean strict)
strict - if length of FIX encoded value has to be checked to match FIX specificationpublic long decode(byte[] bytes,
int length)
public long decodeMicros(byte[] bytes,
int length)
public long decodeNanos(byte[] bytes,
int length)
public long decode(byte[] bytes)
public long decodeMicros(byte[] bytes)
public long decodeNanos(byte[] bytes)
public static long decode(AsciiBuffer time, int offset, int length, boolean strict)
public static long decodeMicros(AsciiBuffer time, int offset, int length, boolean strict)
public static long decodeNanos(AsciiBuffer time, int offset, int length, boolean strict)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.