Ab1DirectoryEntry Constructor (Byte) |
Reads an entry from the buffer.
Namespace: Bio.IO.AppliedBiosystemsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic Ab1DirectoryEntry(
byte[] buffer
)
Public Sub New (
buffer As Byte()
)
public:
Ab1DirectoryEntry(
array<unsigned char>^ buffer
)
new :
buffer : byte[] -> Ab1DirectoryEntry
Parameters
- buffer
- Type: SystemByte
[Missing <param name="buffer"/> documentation for "M:Bio.IO.AppliedBiosystems.Ab1DirectoryEntry.#ctor(System.Byte[])"]
See Also