My current aim is to store huge arrays of
seven different types. I don't not know which type exactly do I need,
it depends of file type that i'm going to read.
My idea is to write a class that has seven array. Six of
them are allways null and one stores my data. But this decision looks
quite gracelessly...
So my questions are:
1. Is there any more elegant way to store my data?
2. Is arrays sizable for this kind of job? (Storing huge(1
000 000 elements) arrays)
