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 455 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 1358 of file SamFile.cpp.

01360     : SamFile(filename, READ, header)
01361 {
01362 }

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 1366 of file SamFile.cpp.

01369     : SamFile(filename, READ, errorHandlingType, header)
01370 {
01371 }


The documentation for this class was generated from the following files:
Generated on Mon Feb 11 13:45:27 2013 for libStatGen Software by  doxygen 1.6.3