mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses
Reviewed-by: alanb
This commit is contained in:
parent
ea713c37fb
commit
8e602b862d
13 changed files with 156 additions and 141 deletions
|
@ -742,7 +742,10 @@ public abstract class InputStream implements Closeable {
|
|||
* Tests if this input stream supports the {@code mark} and
|
||||
* {@code reset} methods. Whether or not {@code mark} and
|
||||
* {@code reset} are supported is an invariant property of a
|
||||
* particular input stream instance. The {@code markSupported} method
|
||||
* particular input stream instance.
|
||||
*
|
||||
* @implSpec
|
||||
* The {@code markSupported} method
|
||||
* of {@code InputStream} returns {@code false}.
|
||||
*
|
||||
* @return {@code true} if this stream instance supports the mark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue