public class DelegatingServletInputStream
extends javax.servlet.ServletInputStream
| Constructor and Description | 
|---|
DelegatingServletInputStream(@NotNull InputStream sourceStream)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
boolean | 
isFinished()  | 
boolean | 
isReady()  | 
int | 
read()  | 
void | 
setReadListener(javax.servlet.ReadListener readListener)  | 
available, mark, markSupported, read, read, reset, skippublic DelegatingServletInputStream(@NotNull
                                    @NotNull InputStream sourceStream)
public int read()
         throws IOException
read in class InputStreamIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic boolean isFinished()
isFinished in class javax.servlet.ServletInputStreampublic boolean isReady()
isReady in class javax.servlet.ServletInputStreampublic void setReadListener(javax.servlet.ReadListener readListener)
setReadListener in class javax.servlet.ServletInputStreamCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.