/[classpath]/classpath/java/io/DataOutputStream.java
ViewVC logotype

Diff of /classpath/java/io/DataOutputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16.2.4 by gnu_andrew, Tue Aug 2 20:12:16 2005 UTC revision 1.16.2.5 by gnu_andrew, Tue Sep 20 18:46:26 2005 UTC
# Line 302  public class DataOutputStream extends Fi Line 302  public class DataOutputStream extends Fi
302     *     *
303     * @exception IOException If an error occurs     * @exception IOException If an error occurs
304     *     *
305     * @see writeInt     * @see #writeInt(int)
306     * @see DataInput#readFloat     * @see DataInput#readFloat
307     * @see Float#floatToIntBits     * @see Float#floatToIntBits
308     */     */
# Line 326  public class DataOutputStream extends Fi Line 326  public class DataOutputStream extends Fi
326     *     *
327     * @exception IOException If an error occurs     * @exception IOException If an error occurs
328     *     *
329     * @see writeLong     * @see #writeLong(long)
330     * @see DataInput#readDouble     * @see DataInput#readDouble
331     * @see Double#doubleToLongBits     * @see Double#doubleToLongBits
332     */     */
# Line 363  public class DataOutputStream extends Fi Line 363  public class DataOutputStream extends Fi
363     *     *
364     * @exception IOException If an error occurs     * @exception IOException If an error occurs
365     *     *
366     * @see writeChar     * @see #writeChar(char)
367     */     */
368    public final void writeChars (String value) throws IOException    public final void writeChars (String value) throws IOException
369    {    {

Legend:
Removed from v.1.16.2.4  
changed lines
  Added in v.1.16.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26