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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterInputStream
java.io.IOException
- if an I/O error occurs; but not if close
is called twice.public boolean isClosed()