public final class PercentageDecoder
extends java.lang.Object
implements org.agrona.sbe.CompositeDecoderFlyweight
| Modifier and Type | Field and Description |
|---|---|
static java.nio.ByteOrder |
BYTE_ORDER |
static int |
ENCODED_LENGTH |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
| Constructor and Description |
|---|
PercentageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
org.agrona.DirectBuffer |
buffer() |
int |
encodedLength() |
byte |
exponent() |
static int |
exponentEncodingLength() |
static int |
exponentEncodingOffset() |
static byte |
exponentMaxValue() |
static byte |
exponentMinValue() |
static byte |
exponentNullValue() |
static int |
exponentSinceVersion() |
long |
mantissa() |
static int |
mantissaEncodingLength() |
static int |
mantissaEncodingOffset() |
static long |
mantissaMaxValue() |
static long |
mantissaMinValue() |
static long |
mantissaNullValue() |
static int |
mantissaSinceVersion() |
int |
offset() |
int |
sbeSchemaId() |
int |
sbeSchemaVersion() |
java.lang.String |
toString() |
PercentageDecoder |
wrap(org.agrona.DirectBuffer buffer,
int offset) |
public static final int SCHEMA_ID
public static final int SCHEMA_VERSION
public static final int ENCODED_LENGTH
public static final java.nio.ByteOrder BYTE_ORDER
public PercentageDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
wrap in interface org.agrona.sbe.CompositeDecoderFlyweightpublic org.agrona.DirectBuffer buffer()
buffer in interface org.agrona.sbe.Flyweightpublic int offset()
offset in interface org.agrona.sbe.Flyweightpublic int encodedLength()
encodedLength in interface org.agrona.sbe.Flyweightpublic int sbeSchemaId()
sbeSchemaId in interface org.agrona.sbe.Flyweightpublic int sbeSchemaVersion()
sbeSchemaVersion in interface org.agrona.sbe.Flyweightpublic static int mantissaEncodingOffset()
public static int mantissaEncodingLength()
public static int mantissaSinceVersion()
public static long mantissaNullValue()
public static long mantissaMinValue()
public static long mantissaMaxValue()
public long mantissa()
public static int exponentEncodingOffset()
public static int exponentEncodingLength()
public static int exponentSinceVersion()
public static byte exponentNullValue()
public static byte exponentMinValue()
public static byte exponentMaxValue()
public byte exponent()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.