io

From: IS (finansije_at_yahoo.com)
Date: 10/27/03


Date: Mon, 27 Oct 2003 11:44:38 +0100

Hi,

I am new to java.io.* classes, and have a situation where I can't make a
copy of my binary files. Txt are being copied with no trouble but when it
comes to binaries i guess I am missing something since their structured is
changed and are not read by an application correctry (Word, ACDSee etc.).
At the moment, I have a JSP doing something like:

response.setContentType("APPLICATION/OCTET-STREAM");
response.setHeader("Content-Disposition", "attachment; filename=\"" +
filename + "\"");
java.io.FileInputStream fileInputStream = new
java.io.FileInputStream(dbBean.getDataPath() + filename);
int i;
while ((i=fileInputStream.read()) != -1) {
out.write(i); }

Please advise of where I am making a mistake or what other class and how
should I use.
Thanks!
I.S.



Relevant Pages

  • io
    ... copy of my binary files. ... Txt are being copied with no trouble but when it ... java.io.FileInputStream+ filename); ... Please advise of where I am making a mistake or what other class and how ...
    (comp.lang.java.databases)
  • io
    ... copy of my binary files. ... Txt are being copied with no trouble but when it ... java.io.FileInputStream+ filename); ... Please advise of where I am making a mistake or what other class and how ...
    (comp.lang.java.help)
  • IEs default for Save As Type incorrect
    ... I've been having trouble with IE and getting it to recognize ... correct filename showing in the Filename box, and if I choose the All ... Files option from the Save As Type drop down then the file is saved ...
    (microsoft.public.inetserver.asp.general)
  • Re: [opensuse] Bash - sed variable help needed
    ... This is where the trouble comes in. ... and preserving the original file extension. ... Both the directory and the filename may be changed together via ... Set the filename of all JPG images in the current directory from ...
    (SuSE)
  • Re: Free Howard!
    ... Jimmy Miller wrote: ... [snip - lots of ways to get binary files of the show] ... That sounds like a lot of trouble to go through to save 40 cents a day. ...
    (alt.fan.howard-stern)