|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.scpecg.RecordHeader
public class RecordHeader
A class to encapsulate an SCP-ECG record header.
| Constructor Summary | |
|---|---|
RecordHeader()
|
|
| Method Summary | |
|---|---|
int |
getCRC()
|
long |
getRecordLength()
|
long |
read(BinaryInputStream i)
Read a header from a stream. |
String |
toString()
Dump the record header as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecordHeader()
| Method Detail |
|---|
public int getCRC()
public long getRecordLength()
public long read(BinaryInputStream i)
throws IOException
Read a header from a stream.
i - the input stream
IOExceptionpublic String toString()
Dump the record header as a String.
toString in class ObjectString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||