|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectVolDataFile
public class VolDataFile
Created by IntelliJ IDEA. User: Andreas Date: 04.11.2004 Time: 15:51:09 To change this template use File | Settings | File Templates.
Constructor Summary | |
---|---|
VolDataFile()
Constructs an empty instance. |
|
VolDataFile(java.io.File f)
Constructs an instance and opens a file. |
Method Summary | |
---|---|
short[][][] |
getData()
Returns volume data. |
boolean |
open(java.io.File f)
Reads volume data from file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VolDataFile()
public VolDataFile(java.io.File f)
f
- File to be opened.Method Detail |
---|
public short[][][] getData()
public boolean open(java.io.File f)
f
- File to be read from.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |