public class GenericGridFile extends Object
| Constructor and Description |
|---|
GenericGridFile(File directory,
String name) |
| Modifier and Type | Method and Description |
|---|---|
File |
getDataFile()
Gets the data file.
|
FileInputStream |
getDataFileStream()
Gets the data file stream.
|
File |
getHeaderFile()
Gets the header file.
|
MappedByteBuffer |
mapDataBuffer()
Map data buffer.
|
Header |
readHeader()
Read generic grid header data from zip entry
|
public Header readHeader() throws IOException
IOException - when header cannot be readpublic FileInputStream getDataFileStream() throws FileNotFoundException
FileNotFoundException - the file not found exceptionpublic MappedByteBuffer mapDataBuffer() throws IOException
IOException - Signals that an I/O exception has occurred.public File getHeaderFile()
public File getDataFile()
Copyright © 2022. All rights reserved.