Class BinaryFileStreamProcessor
java.lang.Object
kieker.analysis.plugin.reader.filesystem.BinaryFileStreamProcessor
Deprecated.
1.15 replaced by teetime log reading facilities
Process an binary stream and produce IMonitoringRecords.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryFileStreamProcessor(ReaderRegistry<String> stringRegistry, IMonitoringRecordReceiver recordReceiver) Deprecated.Create a binary file stream processor. -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateRecordsFromBinaryFile(DataInputStream inputStream) Deprecated.Create records from binary files.
-
Constructor Details
-
BinaryFileStreamProcessor
public BinaryFileStreamProcessor(ReaderRegistry<String> stringRegistry, IMonitoringRecordReceiver recordReceiver) Deprecated.Create a binary file stream processor.- Parameters:
stringRegistry- reader registryrecordReceiver- record receiver
-
-
Method Details
-
createRecordsFromBinaryFile
public void createRecordsFromBinaryFile(DataInputStream inputStream) throws IOException, MonitoringRecordException Deprecated.Create records from binary files.- Parameters:
inputStream- data stream- Throws:
IOException- on io errors during readingMonitoringRecordException- on deserialization issues
-