/[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 by mkoch, Sun May 18 06:43:46 2003 UTC revision 1.16.2.1 by gnu_andrew, Sat Jan 15 17:01:51 2005 UTC
# Line 404  public class DataOutputStream extends Fi Line 404  public class DataOutputStream extends Fi
404     *     *
405     * @see DataInput#readUTF     * @see DataInput#readUTF
406     */     */
407    public synchronized final void writeUTF (String value) throws IOException    public final synchronized void writeUTF(String value) throws IOException
408    {    {
409      int len = value.length();      int len = value.length();
410      int sum = 0;      int sum = 0;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1

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