Class TextFileStreamProcessor
java.lang.Object
kieker.analysis.plugin.reader.filesystem.TextFileStreamProcessor
@Deprecated
public class TextFileStreamProcessor
extends java.lang.Object
Deprecated.
1.15 replaced by teetime log reading facilities, can be removed when AsciiLogReaderThread, FSDirectoryReader and FSZipReader (old API) are removed
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
Constructors Constructor Description TextFileStreamProcessor(boolean ignoreUnknownRecordTypes, ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)
Deprecated. -
Method Summary
Modifier and Type Method Description void
processInputChannel(java.io.InputStream inputStream)
Deprecated.Process an input stream.
-
Constructor Details
-
TextFileStreamProcessor
public TextFileStreamProcessor(boolean ignoreUnknownRecordTypes, ReaderRegistry<java.lang.String> stringRegistry, IMonitoringRecordReceiver recordReceiver)Deprecated.
-
-
Method Details
-
processInputChannel
public void processInputChannel(java.io.InputStream inputStream) throws java.io.IOException, MappingException, MonitoringRecordException, UnknownRecordTypeExceptionDeprecated.Process an input stream.- Parameters:
inputStream
- input stream to be parsed- Throws:
java.io.IOException
- on IO errors reading the fileMappingException
- when type mapping failsMonitoringRecordException
- issues with monitoring recordsUnknownRecordTypeException
- if the type is not known
-