Click or drag to resize
BAMFormatterCompressBAMFile Method
Compress the specified stream (reader) and writes to the specified stream (writer).

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void CompressBAMFile(
	Stream reader,
	Stream writer
)

Parameters

reader
Type: System.IOStream
Stream to read from.
writer
Type: System.IOStream
Stream to write.
See Also