Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
codec.c File Reference
#include <stdio.h>
#include "volksdata/codec.h"
Include dependency graph for codec.c:

Go to the source code of this file.

Functions

const VOLK_CodecVOLK_codec_from_fmt (const char *fmt)
 Get a codec by its format string.
VOLK_rc VOLK_codec_decode_str (const char *data, const char *fmt, VOLK_Graph *gr)
 Populate a graph from a RDF string.
VOLK_rc VOLK_codec_decode_file (FILE *fh, const char *fmt, VOLK_Graph *gr)
 Populate a graph from a RDF file handle.