Package uk.co.real_logic.sbe.ir


package uk.co.real_logic.sbe.ir
Intermediate Representation for the parsed XML message schema which can be used for generating codecs or performing OTF decoding.
  • Class
    Description
    Optional encoding settings that can be associated with Tokens.
    Builder to make Encoding easier to create.
    Indicates the presence status of a primitive encoded field in a message.
    Common code generation utility functions to be used by the different language specific backends.
    Metadata description for a message header structure expected before messages to understand the type requiring decoding.
    Intermediate Representation (IR) of SBE messages to be used for the generation of encoders and decoders as stubs in various languages.
    Decoder for encoded Ir representing an SBE schema which can be read from a buffer or file.
    Encoder for Ir representing an SBE schema which can be written to a buffer or file.
    Signal the Token role within a stream of tokens.
    Class to encapsulate a token of information for the message schema stream.
    Builder for Token which can simplify construction.