Class BinaryEventDeserializer

java.lang.Object
kieker.analysis.generic.source.file.AbstractEventDeserializer
kieker.analysis.generic.source.file.BinaryEventDeserializer

public class BinaryEventDeserializer
extends AbstractEventDeserializer
This deserializer reads a binary input stream and deserializes them into IMonitoringRecords.
Since:
1.15
Author:
Reiner Jung
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BUFFER_SIZE  
    static int DEFAULT_BUFFER_SIZE  

    Fields inherited from class kieker.analysis.generic.source.file.AbstractEventDeserializer

    registry
  • Constructor Summary

    Constructors 
    Constructor Description
    BinaryEventDeserializer​(java.lang.Integer bufferSize, ReaderRegistry<java.lang.String> registry)  
  • Method Summary

    Modifier and Type Method Description
    void processDataStream​(java.io.InputStream chainInputStream, teetime.framework.OutputPort<IMonitoringRecord> outputPort)
    Read an input stream of data, deserialize it and output proper monitoring records.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait