Class AbstractRequestClient.InputStreamLogged
java.lang.Object
java.io.InputStream
org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient.InputStreamLogged
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
AbstractRequestClient
-
Constructor Summary
ConstructorsConstructorDescriptionInputStreamLogged(org.apache.http.client.methods.CloseableHttpResponse response, org.apache.http.impl.client.CloseableHttpClient httpClient) -
Method Summary
Methods inherited from class java.io.InputStream
nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
InputStreamLogged
public InputStreamLogged(org.apache.http.client.methods.CloseableHttpResponse response, org.apache.http.impl.client.CloseableHttpClient httpClient) throws IOException - Throws:
IOException
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
mark
public void mark(int readlimit) - Overrides:
markin classInputStream
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classInputStream
-
skip
- Overrides:
skipin classInputStream- Throws:
IOException
-
reset
- Overrides:
resetin classInputStream- Throws:
IOException
-