Uses of Class
kieker.analysis.plugin.reader.newio.deserializer.InvalidFormatException
Packages that use InvalidFormatException
Package
Description
Copyright 2026 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 InvalidFormatExceptionModifier and TypeMethodDescriptionprotected abstract List<IMonitoringRecord>AbstractContainerFormatDeserializer.decodeRecords(ByteBuffer buffer, int dataSize) Decodes the records from the container's payload.protected List<IMonitoringRecord>BinaryDeserializer.decodeRecords(ByteBuffer buffer, int dataSize) IMonitoringRecordDeserializer.deserializeRecords(ByteBuffer buffer, int dataSize) Deserializes the records contained in the given buffer.