Results 1 to 2 of 2
Thread: Reading doc file
- 09-03-2010, 10:48 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 31
- Rep Power
- 0
Reading doc file
i could not read the content of the doc file...
here is my coding..
BufferedReader br=new BufferedReader(new FileReader("E:\\ss.doc"));
String a;
while((a=br.readLine())!=null)
{
System.out.print(a);
}
the output is unreadable form.
is there any mistake in code. or what is procedure do read the doc file
- 09-03-2010, 11:20 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,402
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
reading a file and writing to a file....help!!!!
By java_prgr in forum New To JavaReplies: 3Last Post: 07-26-2010, 06:53 PM -
Reading from File
By eevaa in forum New To JavaReplies: 4Last Post: 05-22-2010, 08:18 AM -
Reading and Writing the contents of a file to another file
By priyankatxs in forum New To JavaReplies: 9Last Post: 10-20-2009, 10:52 AM -
[SOLVED] how to reading binary file and writing txt file
By tOpach in forum New To JavaReplies: 3Last Post: 05-09-2009, 11:31 PM -
Reading from file
By kiab3000 in forum New To JavaReplies: 0Last Post: 03-14-2009, 06:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks