Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ronnie Mccoy   on Jun 23 In Java Category.

  
Question Answered By: Angel Watkins   on Jun 23

the code  u have given i tested that, and that is creating a output
file indeed but that is not readable....is that a binary file???
i.e

outfile.writeInt(12);
> outfile.writeInt(7);
> outfile.writeInt(8);
> outfile.writeInt(8);
> outfile.writeInt(4);


this is producing an output file  but there is no 12 7 8 8 and
4 ....some non-readblae characters are there......

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on input /output problem Or get search suggestion and latest updates.


Tagged: