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
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
-
Constructor Details
-
InputStreamWrapper
-
-
Method Details
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-