Class RecordHeader

java.lang.Object
com.pixelmed.scpecg.RecordHeader

public class RecordHeader extends Object

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

      public long read(BinaryInputStream i) throws IOException

      Read a header from a stream.

      Parameters:
      i - the input stream
      Throws:
      IOException
    • toString

      public String toString()

      Dump the record header as a String.

      Overrides:
      toString in class Object
      Returns:
      the header as a String