[Bug libgcj/19109] New: Creating archives with java.util.zip

2004-12-21 Thread wayne dot gray at coynetextileservices dot com
with java.util.zip Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wayne dot gray at coynetextileservices dot com

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?

2004-11-10 Thread wayne dot gray at coynetextileservices dot com
--- Additional Comments From wayne dot gray at coynetextileservices dot com 2004-11-10 18:23 --- Ok thanks. I'll rip out that File.length() stuff and see if that works. Thanks for your time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18376

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?

2004-11-09 Thread wayne dot gray at coynetextileservices dot com
--- Additional Comments From wayne dot gray at coynetextileservices dot com 2004-11-09 13:36 --- (In reply to comment #3) The code says: while (br.read(charBuff,0,fileLength) != -1) bw.write(charBuff,0,fileLength); There is no guarantee that read() will fill the buffer

[Bug java/18376] New: java.io.BufferedWriter outputing extraneous characters?

2004-11-08 Thread wayne dot gray at coynetextileservices dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wayne dot gray at coynetextileservices dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot

[Bug libgcj/18376] java.io.BufferedWriter outputing extraneous characters?

2004-11-08 Thread wayne dot gray at coynetextileservices dot com
--- Additional Comments From wayne dot gray at coynetextileservices dot com 2004-11-08 15:02 --- Created an attachment (id=7492) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7492action=view) Java class, build script, and example output in demo directory This is a demo