Package org.jboss.resteasy.client.core
Class BaseClientResponse.InputStreamWrapper
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.jboss.resteasy.client.core.BaseClientResponse.InputStreamWrapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- BaseClientResponse<T>
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
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, skipNBytes, transferTo
-
Constructor Details
-
InputStreamWrapper
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-