public final class FileRecordDAF extends Object
| Constructor and Description |
|---|
FileRecordDAF(int handle)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBackward()
Getter for the last summary record.
|
int |
getForward()
Getter for the first summary record.
|
int |
getFree()
Getter for the first free address in the file.
|
String |
getInternalFilename()
Getter for the internal file name.
|
int |
getnDouble()
Getter for the number of double precision components in summaries.
|
int |
getnInt()
Getter for the number of integer components in a summary.
|
boolean |
isFound()
Getter for a boolean indicating if a file associated to the handle was found or not.
|
public FileRecordDAF(int handle)
throws PatriusException
It performs the reading of the file record of a DAF.
Based on the ZZDAFGFR routine from the SPICE library.
handle - handle of the file to be readIOException - if there is a problem in the reading of the filePatriusException - if the file is not found or the binary format is not supportedpublic int getnDouble()
public int getnInt()
public int getForward()
public int getBackward()
public int getFree()
public String getInternalFilename()
public boolean isFound()
Copyright © 2025 CNES. All rights reserved.