public interface SMFParserEventsDataAttributesNonInterleavedType extends SMFParserEventsErrorType
SMFParserEventsHeaderType.onHeaderParsed(com.io7m.smfj.core.SMFHeader).| Modifier and Type | Method and Description |
|---|---|
void |
onDataAttributesNonInterleavedFinish()
Called when parsing of all non-interleaved attribute data has finished.
|
Optional<SMFParserEventsDataAttributeValuesType> |
onDataAttributeStart(SMFAttribute attribute)
Parsing of data for the attribute has started.
|
onError, onWarningOptional<SMFParserEventsDataAttributeValuesType> onDataAttributeStart(SMFAttribute attribute)
Parsing of data for the attribute has started.
This method must return a receiver for the given attribute if it wants
to receive values, or Optional.empty() if it does not.
attribute - The attributevoid onDataAttributesNonInterleavedFinish()
Copyright © 2017 <code@io7m.com> http://io7m.com