|
||||||||||
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ifc.bim.openecg.jtools.jparser.SectHeader
The structure of a section's header, able to load itself from a file
| Field Summary | |
int |
dataLen
Stores the computed section data lenght |
int |
protVer
Stores the section protocol version |
java.lang.String |
res
Stores the reserved bytes |
int |
sectCrc
Stores the section Crc |
int |
sectId
Stores the section Id |
int |
sectLen
Stores the section lenght |
int |
sectVer
Stores the section version |
| Constructor Summary | |
SectHeader()
Constructs a SectHeader with empty fields |
|
| Method Summary | |
void |
Load(javax.imageio.stream.FileImageOutputStream fHandle)
Retrieves the header information from the specified FileImageOutputStream starting at current stream index and stores them in the header fields. |
void |
Print()
Prints the headers basic information on the standard output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int sectId
public int sectCrc
public int sectLen
public int dataLen
public int sectVer
public int protVer
public java.lang.String res
| Constructor Detail |
public SectHeader()
| Method Detail |
public void Load(javax.imageio.stream.FileImageOutputStream fHandle)
throws java.lang.Exception
fHandle - the FileImageOutputStream associated with SCP-ECG file
java.lang.Exception - if any error occurs during the operation.public void Print()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||