Re: Reading in a Dictionary File
- From: "John W. Kennedy" <jwkenne@xxxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 11:38:52 -0400
Fahd Shariff wrote:
Reading in a dictionary file is the same as reading in any other file.
You use a BufferedReader and store the contents of the dictionary in
some kind of data structure, for example.
Not necessarily a BufferedReader. An DataInputStream or a RandomAccessFile might be necessary. There's just no way of knowing without more information.
--
John W. Kennedy
"The blind rulers of Logres
Nourished the land on a fallacy of rational virtue."
-- Charles Williams. "Taliessin through Logres: Prelude"
.
- Follow-Ups:
- Re: Reading in a Dictionary File
- From: boanerges35
- Re: Reading in a Dictionary File
- References:
- Reading in a Dictionary File
- From: boanerges35
- Re: Reading in a Dictionary File
- From: Fahd Shariff
- Reading in a Dictionary File
- Prev by Date: Re: Making JAVA methods non-virtual
- Next by Date: Re: a little confused about packages...
- Previous by thread: Re: Reading in a Dictionary File
- Next by thread: Re: Reading in a Dictionary File
- Index(es):
Relevant Pages
|