SamFileReader Class Reference

Inheritance diagram for SamFileReader:
Inheritance graph
[legend]
Collaboration diagram for SamFileReader:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SamFileReader ()
 Default Constructor.
 SamFileReader (const char *filename)
 Constructor that opens the specified file for read.
 SamFileReader (const char *filename, ErrorHandler::HandlingType errorHandlingType)
 Constructor that opens the specified file for read.
 SamFileReader (const char *filename, SamFileHeader *header)
 Constructor that opens the specified file for read and reads the header from the file.
 SamFileReader (const char *filename, ErrorHandler::HandlingType errorHandlingType, SamFileHeader *header)
 Constructor that opens the specified file for read and reads the header from the file.

Detailed Description

Definition at line 393 of file SamFile.h.


Constructor & Destructor Documentation

SamFileReader::SamFileReader ( const char *  filename,
SamFileHeader header 
)

Constructor that opens the specified file for read and reads the header from the file.

Definition at line 1335 of file SamFile.cpp.

01337     : SamFile(filename, READ, header)
01338 {
01339 }

SamFileReader::SamFileReader ( const char *  filename,
ErrorHandler::HandlingType  errorHandlingType,
SamFileHeader header 
)

Constructor that opens the specified file for read and reads the header from the file.

Definition at line 1343 of file SamFile.cpp.

01346     : SamFile(filename, READ, errorHandlingType, header)
01347 {
01348 }


The documentation for this class was generated from the following files:
Generated on Tue Aug 23 18:19:11 2011 for libStatGen Software by  doxygen 1.6.3