public class XLogReader extends Object
Constructor and Description |
---|
XLogReader(InputStream logFileIS,
XLogStreamer.Filter filter,
Writer logWriter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
processLog()
Processes the Given Log and writes the output after applying the filters.
|
public XLogReader(InputStream logFileIS, XLogStreamer.Filter filter, Writer logWriter)
public void processLog() throws IOException
IOException
public void close() throws IOException
IOException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.