Uses of Class
kieker.analysis.plugin.reader.newio.deserializer.InvalidFormatException
| Package | Description |
|---|---|
| kieker.analysis.plugin.reader.newio.deserializer |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of InvalidFormatException in kieker.analysis.plugin.reader.newio.deserializer
Methods in kieker.analysis.plugin.reader.newio.deserializer that throw InvalidFormatException Modifier and Type Method Description protected abstract java.util.List<IMonitoringRecord>AbstractContainerFormatDeserializer. decodeRecords(java.nio.ByteBuffer buffer, int dataSize)Decodes the records from the container's payload.protected java.util.List<IMonitoringRecord>BinaryDeserializer. decodeRecords(java.nio.ByteBuffer buffer, int dataSize)java.util.List<IMonitoringRecord>IMonitoringRecordDeserializer. deserializeRecords(java.nio.ByteBuffer buffer, int dataSize)Deserializes the records contained in the given buffer.