8214817: Bad links in ImageInputStream.java & ImageOutputStream.java
Reviewed-by: aivanov, psadhukhan
This commit is contained in:
parent
b3eb4c3ce8
commit
be6f55d297
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -414,8 +414,8 @@ public interface ImageInputStream extends DataInput, Closeable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads in a string that has been encoded using a
|
* Reads in a string that has been encoded using a
|
||||||
* <a href="../../../java/io/DataInput.html#modified-utf-8">modified
|
* <a href="../../../../java.base/java/io/DataInput.html#modified-utf-8">
|
||||||
* UTF-8</a>
|
* modified UTF-8</a>
|
||||||
* format. The general contract of {@code readUTF} is that
|
* format. The general contract of {@code readUTF} is that
|
||||||
* it reads a representation of a Unicode character string encoded
|
* it reads a representation of a Unicode character string encoded
|
||||||
* in modified UTF-8 format; this string of characters is
|
* in modified UTF-8 format; this string of characters is
|
||||||
|
@ -367,8 +367,8 @@ public interface ImageOutputStream extends ImageInputStream, DataOutput {
|
|||||||
/**
|
/**
|
||||||
* Writes two bytes of length information to the output stream in
|
* Writes two bytes of length information to the output stream in
|
||||||
* network byte order, followed by the
|
* network byte order, followed by the
|
||||||
* <a href="../../../java/io/DataInput.html#modified-utf-8">modified
|
* <a href="../../../../java.base/java/io/DataInput.html#modified-utf-8">
|
||||||
* UTF-8</a>
|
* modified UTF-8</a>
|
||||||
* representation of every character in the string {@code s}.
|
* representation of every character in the string {@code s}.
|
||||||
* If {@code s} is {@code null}, a
|
* If {@code s} is {@code null}, a
|
||||||
* {@code NullPointerException} is thrown. Each character in
|
* {@code NullPointerException} is thrown. Each character in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user