Fix comment.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / filter / ExternalFilter.java
2013-03-16 David ‘Bombe’ RodenFix comment.
2013-03-16 David ‘Bombe’ RodenThrow EOF exception on EOF.
2013-03-16 David ‘Bombe’ RodenUse input stream drainer.
2013-03-16 David ‘Bombe’ RodenRemove name from log message.
2013-03-16 David ‘Bombe’ RodenInitialize logger with real name of implementing class.
2013-03-16 David ‘Bombe’ RodenFlush stdin after every write.
2013-03-16 David ‘Bombe’ RodenClose all streams when finishing.
2013-03-16 David ‘Bombe’ RodenAdd finish() method to Connection.
2013-03-16 David ‘Bombe’ RodenRetrieve binary and parameters from subclass.
2013-03-15 David ‘Bombe’ RodenAdd filter that can pipe a source through an external...