public interface IAS2InputStreamProvider
InputStream.| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
InputStream |
getNonUpwardClosingInputStream()
Returns an
InputStream, that when closed, will not close in source
stream. |
@Nonnull InputStream getInputStream() throws IOException
nullIOException - In case of error@Nonnull InputStream getNonUpwardClosingInputStream() throws IOException
InputStream, that when closed, will not close in source
stream. This is useful when working with
java.net.SocketInputStream, as close() on a socket stream
closes the SocketnullIOException - In case of errorCopyright © 2013–2019 Philip Helger. All rights reserved.