Package com.sun.xml.fastinfoset
Interface OctetBufferListener
- All Known Implementing Classes:
FastInfosetReader,FastInfosetStreamReaderRecyclable,StAXDocumentParser,WSTCPFastInfosetStreamReaderRecyclable
public interface OctetBufferListener
- Author:
- Paul Sandoz, Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback 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.
-