Re: File I/O....which class to use?
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 13:15:02 -0700
Darth Tyrannus wrote:
I am barely learning Java and so far I have come across multiple
classes you can use for File I/O....
Which classes are most frequently used or preferred?
For example
FileOutputStream or FileWriter
FileInputStream or FileReader
Should I use BufferedReader? Is it necessary?
I know it depends on what is needed, but what is the most commonly used
classes for most programmers.
Thank you,
Paul
Readers for text, streams for bytes. Buffer as necessary for performance.
--
Knute Johnson
email s/nospam/knute/
.
- References:
- File I/O....which class to use?
- From: Darth Tyrannus
- File I/O....which class to use?
- Prev by Date: Re: Creating a Thread Manager
- Next by Date: Re: bug in j2me implementation of Random?
- Previous by thread: File I/O....which class to use?
- Next by thread: Re: File I/O....which class to use?
- Index(es):
Relevant Pages
|
|