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

Diff of /classpath/java/io/DataOutput.java

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

revision 1.11 by arenn, Sun Apr 6 20:43:57 2003 UTC revision 1.12 by arenn, Mon Apr 7 19:45:21 2003 UTC
# Line 111  public interface DataOutput Line 111  public interface DataOutput
111    void writeChar(int value) throws IOException;    void writeChar(int value) throws IOException;
112    
113    /**    /**
114     * This method writes a Java char value to an output stream.  The     * This method writes a Java short value to an output stream.  The
115     * char to be written will be in the lowest 16 bits of the <code>int</code>     * char to be written will be in the lowest 16 bits of the <code>int</code>
116     * value passed.  These bytes will be written "big endian".  That is,     * value passed.  These bytes will be written "big endian".  That is,
117     * with the high byte written first in the following manner:     * with the high byte written first in the following manner:
# Line 236  public interface DataOutput Line 236  public interface DataOutput
236    void writeBytes(String value) throws IOException;    void writeBytes(String value) throws IOException;
237    
238    /**    /**
239     * This method writes all the bytes of a <code>String</code> to an     * This method writes all the characters of a <code>String</code> to an
240     * output stream as an array of <code>char</code>'s. Each character     * output stream as an array of <code>char</code>'s. Each character
241     * is written using the method specified in the <code>writeChar</code>     * is written using the method specified in the <code>writeChar</code>
242     * method.     * method.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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