| Package | Description |
|---|---|
| biz.onixs.sbe | |
| biz.onixs.sbe.exceptions |
| Modifier and Type | Method and Description |
|---|---|
ByteDecoder |
ByteDecoderFactory.create(ClassLoader parentLoader,
IMessageSchema schema)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(ClassLoader parentLoader,
MessageSchema schema)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(ClassLoader parentLoader,
MessageSchema schema,
Class<?>[] customCompositeClasses)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(DecoderSettings decoderSettings,
IMessageSchema schema)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(DecoderSettings decoderSettings,
MessageSchema schema)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(IMessageSchema schema)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(IMessageSchema schema,
Class<?>[] customCompositeClasses)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(MessageSchema schema)
Creates SBE encoder/decoder object.
|
ByteDecoder |
ByteDecoderFactory.create(MessageSchema schema,
Class<?>[] customCompositeClasses)
Creates SBE encoder/decoder object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomCompositeException
Thrown on errors issued during generating of custom composites.
|
class |
MessageNotFoundException
Thrown if message was not found in templates schema.
|
class |
MessageVersionIsTooSmall
Thrown when the message version is less than allowed.
|
class |
NarrowingException
Thrown when the value can not be narrowed.
|
class |
NotEnoughDataException
Thrown when decoder has not enough data to complete message decoding.
|
class |
NullValueException
Thrown when the unexpected null value appears.
|
class |
TagNotFoundException
Thrown if tag was not found in FieldSet.
|
class |
TimestampException
Thrown when timestamp has errors.
|
class |
TypeCastException
Thrown if the field cannot be converted to/from type.
|
Copyright © 2005–2025 Onix Solutions. All rights reserved.