Package com.pixelmed.scpecg
Class RecordHeader
java.lang.Object
com.pixelmed.scpecg.RecordHeader
A class to encapsulate an SCP-ECG record header.
-
Constructor Details
-
RecordHeader
public RecordHeader()
-
-
Method Details
-
getCRC
public int getCRC() -
getRecordLength
public long getRecordLength() -
read
Read a header from a stream.
- Parameters:
i
- the input stream- Throws:
IOException
-
toString
Dump the record header as a
String
.
-