protected class AbstractReturnDelegate.ConnectedInputStreamWrapper
extends org.apache.commons.io.input.ProxyInputStream
in| Modifier and Type | Method and Description |
|---|---|
protected void |
afterRead(int n)
Automatically closes the stream if the end of stream was reached.
|
void |
close() |
protected void afterRead(int n)
throws IOException
afterRead in class org.apache.commons.io.input.ProxyInputStreamn - number of bytes read, or -1 if no more bytes are availableIOException - if the stream could not be closedpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.commons.io.input.ProxyInputStreamIOExceptionCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.