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 Closeable
close
in interface AutoCloseable
close
in class org.apache.commons.io.output.ProxyWriter
IOException
public boolean isClosed()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.