Click or drag to resize
BAMIndexStorage Constructor
Creates new instance of the class with specified stream.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public BAMIndexStorage(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to use while reading or writing BAMIndex data.
See Also