public class CloseSensorWriter
extends org.apache.commons.io.output.ProxyWriter
Writer wrapper that remembers if Writer.close() has been called.out| Constructor and Description |
|---|
CloseSensorWriter(Writer parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
public CloseSensorWriter(Writer parent)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.commons.io.output.ProxyWriterIOExceptionpublic boolean isClosed()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.