Creates a new header and loads it from the specified stream.
Namespace: Bio.IO.AppliedBiosystemsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic Ab1Header(
BinaryReader reader
)
Public Sub New (
reader As BinaryReader
)
public:
Ab1Header(
BinaryReader^ reader
)
new :
reader : BinaryReader -> Ab1Header
Parameters
- reader
- Type: System.IOBinaryReader
[Missing <param name="reader"/> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Header.#ctor(System.IO.BinaryReader)"]
See Also