org.nuiton.util
Class PropertiesDateRemoveFilterStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.nuiton.util.PropertiesDateRemoveFilterStream
- All Implemented Interfaces:
- Closeable, Flushable
public class PropertiesDateRemoveFilterStream
- extends FilterOutputStream
Class used to not print first line into delegated OutputStream.
Used to remove first comment line writed by Properties.store(OutputStream, String).
- Version:
- $Revision: 2360 $
Last update : $Date: 2012-06-11 12:24:36 +0200 (Mon, 11 Jun 2012) $
By : $Author: tchemit $
- Author:
- chatellier
|
Method Summary |
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstLineOver
protected boolean firstLineOver
endChar
protected char endChar
PropertiesDateRemoveFilterStream
public PropertiesDateRemoveFilterStream(OutputStream out)
write
public void write(int b)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
Copyright © 2004-2012 CodeLutin. All Rights Reserved.