| 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 during genenerating of custom composites. 
 | 
class  | 
MessageNotFoundException
Thrown if message was not found in templates schema. 
 | 
class  | 
MessageVersionIsTooSmall  | 
class  | 
NarrowingException  | 
class  | 
NotEnoughDataException  | 
class  | 
NullValueException  | 
class  | 
TagNotFoundException
Thrown if tag was not found in FieldSet. 
 | 
class  | 
TimestampException  | 
class  | 
TypeCastException
Thrown if field cannot be casted to/from type. 
 | 
Copyright © 2005–2025 Onix Solutions. All rights reserved.