src/buffer_file.c File Reference

Buffer file operations. More...

#include <errno.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include "buffer.h"
#include "buffer_options.h"
#include "buffer_internal.h"
#include "segcol_list.h"
#include "data_object.h"
#include "data_object_file.h"
#include "overlap_graph.h"
#include "list.h"
#include "buffer_util.h"
#include "debug.h"
#include "util.h"
#include "type_limits.h"
Include dependency graph for buffer_file.c:

Functions

int bless_buffer_new (bless_buffer_t **buf)
 Creates an empty bless_buffer_t.
int bless_buffer_save (bless_buffer_t *buf, int fd, bless_progress_func *progress_func)
 Saves the contents of a bless_buffer_t to a file.
int bless_buffer_free (bless_buffer_t *buf)
 Frees a bless_buffer_t.

Detailed Description

Buffer file operations.


Generated on Sun Nov 15 15:27:34 2009 for libbls by  doxygen 1.6.1