|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsli.util.file.DoubleFileReader
public class DoubleFileReader
Read a file of doubles as if it were an array.
| Constructor Summary | |
|---|---|
DoubleFileReader(String filename,
int bufferSize)
Make a new buffered file array reader for the specified file with the specified buffer size (specified in number of values, not bytes). |
|
| Method Summary | |
|---|---|
double |
get(int index)
Get the value at the specified index. |
static void |
main(String[] args)
|
long |
size()
Return the size of the entire file array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleFileReader(String filename,
int bufferSize)
| Method Detail |
|---|
public static void main(String[] args)
public double get(int index)
public long size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||