commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #11190] DataOutputStream.writeUTF() should be buffered


From: Julian Scheid
Subject: [commit-cp] [bugs #11190] DataOutputStream.writeUTF() should be buffered
Date: Thu, 02 Dec 2004 11:29:31 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10 StumbleUpon/1.998

This mail is an automated notification from the bugs tracker
 of the project: classpath.




/**************************************************************************/
[bugs #11190] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11190>
Project: classpath
Submitted by: Julian Scheid
On: Thu 12/02/2004 at 16:22

Category:  classpath
Severity:  5 - Average
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open
Platform Version:  None


Summary:  DataOutputStream.writeUTF() should be buffered

Original Submission:  DataOutputStream.writeUTF() performs one call to 
write[Byte|Short|Int]() per character. That's very inefficient, particularly 
since RandomAccessFile.writeUTF() calls this method on a DataOutputStream which 
sits directly on top of a FileOutputStream without a BufferedOutputStream in 
between.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11190>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]