libStatGen Software  1
SamFileReader Class Reference

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

#include <SamFile.h>

Inheritance diagram for SamFileReader:
Collaboration diagram for SamFileReader:

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

    : SamFile(filename, READ, header)
{
}
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 1392 of file SamFile.cpp.

    : SamFile(filename, READ, errorHandlingType, header)
{
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends