public interface IRawDataProcessor
Modifier and Type | Method and Description |
---|---|
void |
decodeAndDeliverRecords(byte[] rawData)
Decodes the given raw data and delivers the decoded records.
|
void |
decodeAndDeliverRecords(java.nio.ByteBuffer rawData,
int dataSize)
Decodes the given raw data and delivers the decoded records.
|
void decodeAndDeliverRecords(byte[] rawData)
rawData
- The raw data to decodevoid decodeAndDeliverRecords(java.nio.ByteBuffer rawData, int dataSize)
rawData
- The raw data to decodedataSize
- The size of the contained dataCopyright 2017 Kieker Project, http://kieker-monitoring.net