public final class CommentSectionDAF extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
readComments(int handle,
int nLines,
int lineSize,
int[] nRead,
String[] buffer,
boolean[] done)
This method will read the comments from the comment area of a binary DAF, placing them into a line buffer.
|
public static void readComments(int handle,
int nLines,
int lineSize,
int[] nRead,
String[] buffer,
boolean[] done)
throws IOException,
PatriusException
handle - Handle of binary DAF opened with read access.nLines - Maximum size, in lines, of BUFFER.lineSize - Number of characters in a line (normally 1000)nRead - (output) Number of extracted comment lines.buffer - (output) Buffer where extracted comment lines are placed.done - (output) Indicates whether all comments have been extracted.IOException - in case there is a problem opening or reading the filePatriusException - in case there is a problem regarding the SPICE algorithmCopyright © 2025 CNES. All rights reserved.