ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | List of all members
broad.core.annotation.BEDGraphReader Class Reference
Inheritance diagram for broad.core.annotation.BEDGraphReader:
Inheritance graph
[legend]
Collaboration diagram for broad.core.annotation.BEDGraphReader:
Collaboration graph
[legend]

Public Member Functions

 BEDGraphReader ()
 
 BEDGraphReader (BufferedReader br) throws ParseException, IOException
 
 BEDGraphReader (String input) throws ParseException, IOException
 
void load (BufferedReader br) throws IOException, ParseException
 
int parse (BufferedReader br, GenomicAnnotationFilter< BEDGraph > filter, AnnotationHandler handler) throws ParseException
 
BEDGraph createAnnotation (GenomicAnnotation a)
 
int parse (String file, GenomicAnnotationFilter< BEDGraph > filter, AnnotationHandler handler) throws ParseException, IOException
 

Constructor & Destructor Documentation

broad.core.annotation.BEDGraphReader.BEDGraphReader ( )
broad.core.annotation.BEDGraphReader.BEDGraphReader ( BufferedReader  br) throws ParseException, IOException

Here is the call graph for this function:

broad.core.annotation.BEDGraphReader.BEDGraphReader ( String  input) throws ParseException, IOException

Here is the call graph for this function:

Member Function Documentation

BEDGraph broad.core.annotation.BEDGraphReader.createAnnotation ( GenomicAnnotation  a)
void broad.core.annotation.BEDGraphReader.load ( BufferedReader  br) throws IOException, ParseException

Here is the caller graph for this function:

int broad.core.annotation.BEDGraphReader.parse ( BufferedReader  br,
GenomicAnnotationFilter< BEDGraph filter,
AnnotationHandler  handler 
) throws ParseException
int broad.core.annotation.BEDGraphReader.parse ( String  file,
GenomicAnnotationFilter< BEDGraph filter,
AnnotationHandler  handler 
) throws ParseException, IOException

The documentation for this class was generated from the following file: