public class HTTPMethodStream
extends java.io.FilterInputStream
implements java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this input stream and releases any system resources associated
with the stream; closes the method also.
|
boolean |
isClosed() |
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOException - if an I/O error occurs; but not if close
is called twice.public boolean isClosed()