|
||||||
| Java Help Java Help forum discussing all Java platforms - J2ME, J2SE and J2EE - as well as relevant standards, APIs and frameworks such as Swing, Servlets, JSPs, Applets, Struts, Spring, Hibernate, ANT, EJB, and other Java-related topics. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
HI there.
My 1st post here, and already i've got a deal of questions to ask. I believe all of u know how a typical index looks like in large or reference books. For eg. : Acetone, 381 Acid rain, 95 Base-pairs, 1197 Dacron, 4, 856, 1245 Electron donors, 676 Elimination, 191, 215-217,227, 267 The index keys are sorted alphabetically and each key is followed by a list of page numbers. Now I'm in the middle of making a program that will process a raw index file and generate an index. The program will get arguments as two file names. The first argument will stand for the name of an input raw index file and the second argument for the output index file. The input raw index file will contain index entities in the following format: Dacron ; 4 Acid rain ; 95 Elimination ; 191 Elimination ; 215 Elimination ; 216 Elimination ; 217 Elimination ; 227 Elimination ; 267 Acetone ; 381 Electron donors ; 676 Dacron ; 856 Base-pairs ; 1197 Dacron ; 1245 The program will process the raw index file and write to the output file the generated index as described above. For eg : Elimination, 191, 215-217,227, 267 I'm using java.io package : Code:
import java.io.*;
/**
* The program reads a raw index file and prints it to another file,
* using a different format.
*/
public class IndexExample {
I'm open to critics and suggestions. Feel free to give any input. ![]() |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |