SamFileReader Class Reference

Child class of SamFile for reading files. More...

#include <SamFile.h>

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

Child class of SamFile for reading files.

Definition at line 426 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 Sep 6 17:52:06 2011 for libStatGen Software by  doxygen 1.6.3