|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FitsElement
| Method Summary | |
|---|---|
long |
getFileOffset()
Get the byte at which this element begins. |
long |
getSize()
The size of this element in bytes |
void |
read(ArrayDataInput in)
Read the contents of the element from an input source. |
void |
rewrite()
Rewrite the contents of the element in place. |
boolean |
rewriteable()
Can this element be rewritten? |
void |
write(ArrayDataOutput out)
Write the contents of the element to a data sink. |
| Method Detail |
|---|
void read(ArrayDataInput in)
throws FitsException,
java.io.IOException
in - The input source.
FitsException
java.io.IOException
void write(ArrayDataOutput out)
throws FitsException,
java.io.IOException
out - The data sink.
FitsException
java.io.IOException
void rewrite()
throws FitsException,
java.io.IOException
FitsException
java.io.IOExceptionlong getFileOffset()
boolean rewriteable()
long getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||