class Depth::FileIO::OutputManager::BgzfLineBuffer

Overview

Simple aggregation buffer to reduce per-line bgzf_write overhead

Defined in:

depth/io/output_manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bgzf : HTS::Bgzf, capacity : Int32) #

[View source]

Instance Method Detail

def add_line(line : String) #

[View source]
def close #

[View source]
def flush #

[View source]