public class PropertiesDateRemoveFilterStream extends FilterOutputStream
OutputStream.
Used to remove first comment line writed by Properties.store(OutputStream, String).| Modifier and Type | Field and Description |
|---|---|
protected char |
endChar |
protected boolean |
firstLineOver |
out| Constructor and Description |
|---|
PropertiesDateRemoveFilterStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
close, flush, write, writepublic PropertiesDateRemoveFilterStream(OutputStream out)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2004–2020 CodeLutin. All rights reserved.