public class ByteDecoderFactory extends Object
Constructor and Description |
---|
ByteDecoderFactory() |
Modifier and Type | Method and Description |
---|---|
ByteDecoder |
create(IMessageSchema schema) |
ByteDecoder |
create(IMessageSchema schema,
Class<?>[] customCompositeClasses) |
ByteDecoder |
create(MessageSchema schema) |
ByteDecoder |
create(MessageSchema schema,
Class<?>[] customCompositeClasses)
Creates SBE encoder/decoder object.
|
public ByteDecoder create(IMessageSchema schema) throws DecoderException
DecoderException
public ByteDecoder create(MessageSchema schema) throws DecoderException
DecoderException
public ByteDecoder create(IMessageSchema schema, Class<?>[] customCompositeClasses) throws DecoderException
DecoderException
public ByteDecoder create(MessageSchema schema, Class<?>[] customCompositeClasses) throws DecoderException
schema
- Message schemacustomCompositeClasses
- Classes to use for generation of customized compositesDecoderException
- If decoder class cannot be createdCopyright © 2005–2024 Onix Solutions. All rights reserved.