Interface OctetBufferListener

  • All Known Implementing Classes:
    StAXDocumentParser

    public interface OctetBufferListener
    Author:
    Paul Sandoz, Alexey Stashok
    • Method Detail

      • onBeforeOctetBufferOverwrite

        void onBeforeOctetBufferOverwrite()
        Callback method that will be called before the (@link Decoder) octet buffer content is going to be changed. So it will be possible to preserve a read data by cloning, or perform other actions.