TreeNode 1.5.2
A library to manipulate phylogenetic trees
Loading...
Searching...
No Matches
PhyloTree.Formats.BinaryTree Member List

This is the complete list of members for PhyloTree.Formats.BinaryTree, including all inherited members.

HasValidTrailer(Stream inputStream, bool keepOpen=false)PhyloTree.Formats.BinaryTreestatic
IsValidStream(Stream inputStream, bool keepOpen=false)PhyloTree.Formats.BinaryTreestatic
ParseAllTrees(Stream inputStream, bool keepOpen=false, Action< double > progressAction=null)PhyloTree.Formats.BinaryTreestatic
ParseAllTrees(string inputFile, Action< double > progressAction=null)PhyloTree.Formats.BinaryTreestatic
ParseMetadata(Stream inputStream, bool keepOpen=false, BinaryReader reader=null, Action< double > progressAction=null)PhyloTree.Formats.BinaryTreestatic
ParseTrees(Stream inputStream, bool keepOpen=false, Action< double > progressAction=null)PhyloTree.Formats.BinaryTreestatic
ParseTrees(string inputFile, Action< double > progressAction=null)PhyloTree.Formats.BinaryTreestatic
WriteAllTrees(IEnumerable< TreeNode > trees, string outputFile, bool append=false, Action< int > progressAction=null, Stream additionalDataToCopy=null)PhyloTree.Formats.BinaryTreestatic
WriteAllTrees(IEnumerable< TreeNode > trees, Stream outputStream, bool keepOpen=false, Action< int > progressAction=null, Stream additionalDataToCopy=null)PhyloTree.Formats.BinaryTreestatic
WriteAllTrees(IList< TreeNode > trees, string outputFile, bool append=false, Action< double > progressAction=null, Stream additionalDataToCopy=null)PhyloTree.Formats.BinaryTreestatic
WriteAllTrees(IList< TreeNode > trees, Stream outputStream, bool keepOpen=false, Action< double > progressAction=null, Stream additionalDataToCopy=null)PhyloTree.Formats.BinaryTreestatic
WriteTree(TreeNode tree, Stream outputStream, bool keepOpen=false, Stream additionalDataToCopy=null)PhyloTree.Formats.BinaryTreestatic
WriteTree(TreeNode tree, string outputFile, bool append=false, Stream additionalDataToCopy=null)PhyloTree.Formats.BinaryTreestatic