Package com.sun.xml.fastinfoset
Interface OctetBufferListener
-
- All Known Implementing Classes:
FastInfosetStreamReaderRecyclable,StAXDocumentParser,WSTCPFastInfosetStreamReaderRecyclable
public interface OctetBufferListener- Author:
- Paul Sandoz, Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBeforeOctetBufferOverwrite()Callback method that will be called before the (@link Decoder) octet buffer content is going to be changed.
-