The class level specification of FilterInputStream states
"The class FilterInputStream itself simply overrides all methods of InputStream with versions that pass all requests to the contained input stream."
which is no longer true.
"The class FilterInputStream itself simply overrides all methods of InputStream with versions that pass all requests to the contained input stream."
which is no longer true.
- csr for
-
JDK-8273517 Make java.io.FilterInputStream specification more precise about overrides
- Closed
- relates to
-
JDK-8255878 FilterInputStream is missing implementations of Java 9 InputStream methods
- Closed