Results 1 to 6 of 6
Thread: read file in its entirety
- 12-19-2011, 11:07 AM #1
Member
- Join Date
- Dec 2011
- Posts
- 2
- Rep Power
- 0
- 12-19-2011, 01:34 PM #2
Re: read file in its entirety
Where are the parts of the file that you don't read? If you read all of the file's contents, where is there more to be read?I can read the contents of a file fine
Are you referring to other info that is in the directory that describes the file like its date last modified?
- 12-19-2011, 09:12 PM #3
Member
- Join Date
- Dec 2011
- Posts
- 2
- Rep Power
- 0
Re: read file in its entirety
if I have a text file that contains just the string "abc123" and I read it using inputStreamReader for instance, and then write it to the screen, it will display just "abc123". no other part of the file is read, no headers etc..
- 12-19-2011, 09:27 PM #4
Re: read file in its entirety
What is a "header" for a text file?
If the file contains only "abc123" and possible lineend char(s) what other part of the file is there to read?
What OS are you on? Does it save meta or OS data as well as the file's contents with a file on disk?
- 12-19-2011, 10:32 PM #5
Banned
- Join Date
- Dec 2011
- Posts
- 143
- Rep Power
- 0
Re: read file in its entirety
Do you mean the BOM for example, that you can see in a hex editor?
- 12-19-2011, 10:37 PM #6
Banned
- Join Date
- Dec 2011
- Posts
- 143
- Rep Power
- 0
Similar Threads
-
Read CSV File, sort records, and output a new csv file
By jrnowlan in forum New To JavaReplies: 1Last Post: 08-05-2011, 09:21 PM -
Read file from directory, update contents of the each file
By svpriyan in forum New To JavaReplies: 2Last Post: 05-11-2009, 10:07 AM -
how to read openproj(Projity) file i.e. ,POD file(Project Management file)
By mahendra.athneria in forum New To JavaReplies: 0Last Post: 02-11-2009, 09:53 AM -
How to read and write to a file without taking out the comments in the file
By MAGNUM in forum New To JavaReplies: 5Last Post: 02-05-2009, 10:28 AM -
How to read a text file from a Java Archive File
By Java Tip in forum Java TipReplies: 0Last Post: 02-08-2008, 09:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks