public class YellOnCloseInputStream extends ProxyInputStream
in| Constructor and Description |
|---|
YellOnCloseInputStream(InputStream proxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
afterRead, available, beforeRead, handleIOException, mark, markSupported, read, read, read, reset, skippublic YellOnCloseInputStream(InputStream proxy)
proxy - InputStream to delegate to.public void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ProxyInputStreamIOExceptionInputStream.close()Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.