ves 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
--- 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
--- 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 re
--- 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=7492&action=view)
Java class, build script, and example output in demo directory
This is a demo
Product: gcc
Version: 3.4.0
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