Retrieves the header and data part of the section from the specified FileImageOutputStream
starting at index "idx" and stores them in the "head" and "data" variables.
Reads "dest.len" bytes from "data" starting at index "idx", and stores them into "dest".
readInt() -
Method in class ifc.bim.openecg.jtools.jparser.SectGen
Reads four bytes from "data" starting at index "indx", and (conceptually) concatenates
them according to Little Endian byte order, and returns the result as an int value.
Reads two bytes from "data" starting at index "indx", and (conceptually) concatenates
them according to Little Endian byte order, and returns the result as a short value.