
public class ServletInputStreamWrapper
extends javax.servlet.ServletInputStream
| Constructor and Description |
|---|
ServletInputStreamWrapper(InputStream realStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
isFinished, isReady, readLine, setReadListeneravailable, mark, markSupported, read, read, reset, skippublic ServletInputStreamWrapper(InputStream realStream)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2008–2017 MIL-OSS. All rights reserved.