Macro Buffer-Read-Seq
(
buffer-read-seq &rest < args > )
Read a sequence of elements with type ELEM-TYPE and size ELEM-SIZE from
BUFFER by the READER-FN function. If given, the SIZE parameter specifies the
number of elements to be read. Otherwise it is read from the BUFFER. If
BUFFCHK-P is T, the content of BUFFER is checked whether it contains enough
data for the read operation.