vg
tools for working with variation graphs
Namespaces | Functions
stream.cpp File Reference
#include "vg/io/stream.hpp"
#include "vg/io/blocked_gzip_output_stream.hpp"

Namespaces

 vg
 
 vg::io
 

Functions

void vg::io::finish (std::ostream &out, bool compressed)
 
size_t vg::io::get_stream_length (std::istream &in)
 Get the length of the input stream, or std::numeric_limits<size_t>::max() if unavailable. More...
 
size_t vg::io::get_stream_position (std::istream &in)
 Get the current offset in the input stream, or std;:numeric_limits<size_t>::max() if unavailable. More...