vfbLib.parsers.value

Functions

read_doubles(num, stream)

Read a number num of double-precision floats from the stream and return them.

read_floats(num, stream)

Read a number num of floats from the stream and return them.

read_value(stream[, signed])

Read an encoded value from the stream, decode it to integer and return it.