public class DelegatingServletInputStream
extends javax.servlet.ServletInputStream
Constructor and Description |
---|
DelegatingServletInputStream(InputStream sourceStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
isFinished, isReady, readLine, setReadListener
available, mark, markSupported, read, read, reset, skip
public DelegatingServletInputStream(@NotNull InputStream sourceStream)
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.