Interface OctetBufferListener

All Known Implementing Classes:
StAXDocumentParser

public interface OctetBufferListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method that will be called before the (@link Decoder) octet buffer content is going to be changed.
  • Method Details

    • 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.