Class LineFilterOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LineFilterOutputStream extends BufferedOutputStream
Filters any line, that contains the given pattern right from the beginning.
Author:
Sebastian Zarnekow - Initial contribution and API