]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / mothurout.h
index 77b1b6d4ec1efb758973d332aa8e4df00619f58b..3cf6fa4963672b5d69acb7de389eb266b957ba24 100644 (file)
@@ -93,7 +93,9 @@ class MothurOut {
                string getRootName(string);
                bool isBlank(string);
                int openOutputFile(string, ofstream&);
+        int openOutputFileBinary(string, ofstream&);
                int openOutputFileAppend(string, ofstream&);
+        int openOutputFileBinaryAppend(string, ofstream&);
                int openInputFile(string, ifstream&);
                int openInputFile(string, ifstream&, string); //no error given 
                string getline(ifstream&);