public class CustomCloseableInputStream
extends org.apache.commons.io.input.ProxyInputStream
in
Constructor and Description |
---|
CustomCloseableInputStream(InputStream proxy,
com.atlassian.fugue.Effect<InputStream> onClose) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
public CustomCloseableInputStream(@Nonnull InputStream proxy, @Nonnull com.atlassian.fugue.Effect<InputStream> onClose)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.commons.io.input.ProxyInputStream
IOException
Copyright © 2002-2018 Atlassian. All Rights Reserved.