Click or drag to resize

MoleculeRead Method (Byte, String)

Try to open a binary data, which could be a binary file, for a compress file

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static Molecule Read(
	byte[] buff,
	out string mimetype
)

Parameters

buff
Type: SystemByte
The binary data
mimetype
Type: SystemString
Output the actually parsed file format

Return Value

Type: Molecule
Return a molecule if succeeded
See Also