public class HTTPMethodStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
in
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() |
available, mark, markSupported, read, read, read, reset, skip
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
- if an I/O error occurs; but not if close
is called twice.public boolean isClosed()
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.