Changes

From Genome Analysis Wiki
Jump to navigationJump to search
12 bytes removed ,  09:18, 31 March 2010
no edit summary
Line 28: Line 28:  
Returns true if successfully read, false if not.
 
Returns true if successfully read, false if not.
 
|-  
 
|-  
| <code>bool SamFile::WriteHeader(const SamFileHeader& header)</code>
+
| <code>bool SamFile::WriteHeader(SamFileHeader& header)</code>
 
| Writes the specified header into the file.
 
| Writes the specified header into the file.
 
Returns true if successfully written, false if not.
 
Returns true if successfully written, false if not.
Line 140: Line 140:  
Returns true if successfully read, false if not.
 
Returns true if successfully read, false if not.
 
|-  
 
|-  
| bool WriteHeader(const SamFileHeader& header)
+
| bool WriteHeader(SamFileHeader& header)
 
| This method exists, but does not do anything and just returns false.  This class is only for reading.
 
| This method exists, but does not do anything and just returns false.  This class is only for reading.
 
Returns false.
 
Returns false.

Navigation menu