gavo.votable.dec_binary module

Coding and decoding from binary.

gavo.votable.dec_binary.getGlobals(tableDefinition)[source]
gavo.votable.dec_binary.getLinesFor(field)[source]

returns a sequence of python source lines to decode BINARY-encoded values for field.

gavo.votable.dec_binary.getRowDecoderSource(tableDefinition)[source]

returns the source for a function deserializing a BINARY stream.

tableDefinition is a VOTable.TABLE instance. The function returned expects a file-like object.