Package | Description |
---|---|
biz.onixs.sbe.def |
Modifier and Type | Method and Description |
---|---|
MessageSchema.Endianess |
FramingHeaderSpecification.FieldSpecification.getEndianess() |
MessageSchema.Endianess |
MessageSchema.getEndianess() |
static MessageSchema.Endianess |
MessageSchema.Endianess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSchema.Endianess[] |
MessageSchema.Endianess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EndianessFieldSpecification(int offset,
int size,
boolean signed,
MessageSchema.Endianess endianess,
byte[] litteEndianSign,
byte[] bigEndianSign) |
FieldSpecification(int offset,
int size,
boolean signed,
MessageSchema.Endianess endianess) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.