Changes

From Genome Analysis Wiki
Jump to navigationJump to search
470 bytes added ,  10:48, 6 April 2010
no edit summary
Line 38: Line 38:  
| Writes the specified record into the file.
 
| Writes the specified record into the file.
 
Returns true if successfully written, false if not.
 
Returns true if successfully written, false if not.
 +
|-
 +
| <code>void setSortedValidation(SortedType sortType)<\code>
 +
| Set the flag to validate that the file is sorted as it is read/written.  Must be called after the file has been opened.
 +
sortType specifies the type of sort to be checked for.
 +
|-
 +
| <code>uint32_t GetCurrentRecordCount()</code>
 +
| Return the number of records that have been read/written so far.
 +
|-
 +
| <code>SamStatus::Status GetFailure()</code>
 +
| Get the type of failure that occurred on a method failure.
 
|}
 
|}
  

Navigation menu