vg
tools for working with variation graphs
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
hfile_cppstream.cpp File Reference
#include "vg/io/hfile_cppstream.hpp"
#include "vg/io/hfile_internal.hpp"
#include <errno.h>
#include <iostream>

Classes

struct  vg::io::hFILE_cppstream
 

Namespaces

namespace  vg
 
namespace  vg::io
 

Functions

hFILE * vg::io::hfile_wrap (std::istream &input)
 Wrap a C++ input stream as an hFILE* that can be read by BGZF.
 
hFILE * vg::io::hfile_wrap (std::ostream &output)
 Wrap a C++ output stream as an hFILE* that can be written by BGZF.