public class FitsHeap extends Object implements FitsElement
Modifier and Type | Method and Description |
---|---|
void |
getData(int offset,
Object array)
Get data from the heap.
|
long |
getFileOffset()
Get the byte at which this element begins.
|
int |
getOffset()
Get the current offset within the heap.
|
long |
getSize()
The size of this element in bytes
|
void |
read(ArrayDataInput str)
Read the heap
|
void |
rewrite()
Attempt to rewrite the heap with the current contents.
|
boolean |
rewriteable()
Can this element be rewritten?
|
int |
size() |
void |
write(ArrayDataOutput str)
Write the heap
|
public void read(ArrayDataInput str) throws FitsException
read
in interface FitsElement
str
- The input source.FitsException
public void write(ArrayDataOutput str) throws FitsException
write
in interface FitsElement
str
- The data sink.FitsException
public boolean rewriteable()
FitsElement
rewriteable
in interface FitsElement
public void rewrite() throws IOException, FitsException
rewrite
in interface FitsElement
IOException
FitsException
public void getData(int offset, Object array) throws FitsException
offset
- The offset at which the data begins.array
- The array to be extracted.FitsException
public int getOffset()
public int size()
public long getSize()
FitsElement
getSize
in interface FitsElement
public long getFileOffset()
FitsElement
getFileOffset
in interface FitsElement
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.