Package com.woorea.openstack.connector
Class RESTEasyInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- com.woorea.openstack.connector.RESTEasyInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class RESTEasyInputStream extends FilterInputStream
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.resteasy.client.ClientExecutorclientExecutor-
Fields inherited from class java.io.FilterInputStream
in
-
-
Constructor Summary
Constructors Constructor Description RESTEasyInputStream(InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
-
-
-
Constructor Detail
-
RESTEasyInputStream
public RESTEasyInputStream(InputStream inputStream, org.jboss.resteasy.client.ClientExecutor clientExecutor)
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-
-