BAMIndexStorage Constructor |
Creates new instance of the class with specified stream.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic BAMIndexStorage(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
BAMIndexStorage(
Stream^ stream
)
new :
stream : Stream -> BAMIndexStorage
Parameters
- stream
- Type: System.IOStream
Stream to use while reading or writing BAMIndex data.
See Also