BAMIndexStorageSource Property |
Gets the underlying stream.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic Stream Source { get; }
Public ReadOnly Property Source As Stream
Get
public:
property Stream^ Source {
Stream^ get ();
}
member Source : Stream with get
Property Value
Type:
Stream
See Also