Package org.jboss.resteasy.specimpl
Class AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse>
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.jboss.resteasy.specimpl.AbstractBuiltResponse.InputStreamWrapper<T>
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
AbstractBuiltResponse
protected static class AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse>
extends FilterInputStream
-
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, reset, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
Constructor Details
-
InputStreamWrapper
-
-
Method Details
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-