jdk/src/java.base/share/classes/java/io/DataInput.java
changeset 44844 b2b4d98404ba
parent 37591 b71bda3ce058
child 44848 e946981dc37c
equal deleted inserted replaced
44843:c1b0ca015127 44844:b2b4d98404ba
    46  * other than {@code EOFException} is
    46  * other than {@code EOFException} is
    47  * thrown. In particular, an {@code IOException}
    47  * thrown. In particular, an {@code IOException}
    48  * may be thrown if the input stream has been
    48  * may be thrown if the input stream has been
    49  * closed.
    49  * closed.
    50  *
    50  *
    51  * <h3><a name="modified-utf-8">Modified UTF-8</a></h3>
    51  * <h3><a id="modified-utf-8">Modified UTF-8</a></h3>
    52  * <p>
    52  * <p>
    53  * Implementations of the DataInput and DataOutput interfaces represent
    53  * Implementations of the DataInput and DataOutput interfaces represent
    54  * Unicode strings in a format that is a slight modification of UTF-8.
    54  * Unicode strings in a format that is a slight modification of UTF-8.
    55  * (For information regarding the standard UTF-8 format, see section
    55  * (For information regarding the standard UTF-8 format, see section
    56  * <i>3.9 Unicode Encoding Forms</i> of <i>The Unicode Standard, Version
    56  * <i>3.9 Unicode Encoding Forms</i> of <i>The Unicode Standard, Version