public class GenericGridFile extends Object
| Constructor and Description |
|---|
GenericGridFile(File directory,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
File |
getDataFile() |
FileInputStream |
getDataFileStream() |
File |
getHeaderFile() |
MappedByteBuffer |
mapDataBuffer() |
Header |
readHeader()
Read generic grid header data from zip entry
|
public void close()
throws IOException
IOExceptionpublic Header readHeader() throws IOException
IOExceptionpublic FileInputStream getDataFileStream() throws FileNotFoundException
FileNotFoundExceptionpublic MappedByteBuffer mapDataBuffer() throws IOException
IOExceptionpublic File getHeaderFile()
public File getDataFile()
Copyright © 2016. All rights reserved.