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"
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. | |
Buffer file operations.
1.6.1