org.nuiton.io
Class PropertiesDateRemoveFilterStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.nuiton.io.PropertiesDateRemoveFilterStream
- All Implemented Interfaces:
- Closeable, Flushable
public class PropertiesDateRemoveFilterStream
- extends FilterOutputStream
Un ecrivain qui supprime la premiere ligne rencontree dans le flux.
Note: Attention, les performance d'utilisation de cet ecrivain
est problèmatique, car sur de gros fichiers (>1000 entrees) les
performances se degradent serieusement : pour 1200 entrees on arrive à
plus de 5 secondes, alors que sans on a 76 ms! ...
FIXME : implanter quelque chose de plus performant dans tous les cas
|
Method Summary |
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesDateRemoveFilterStream
public PropertiesDateRemoveFilterStream(OutputStream out)
write
public void write(int b)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
Copyright © 2009-2012 CodeLutin. All Rights Reserved.