

Public Member Functions | |
| AlignmentsReader () | |
| AlignmentsReader (Collection< Alignments > annot) | |
| AlignmentsReader (BufferedReader br) throws ParseException, IOException | |
| AlignmentsReader (String input) throws ParseException, IOException | |
| void | load (BufferedReader br) throws IOException, ParseException |
| int | parse (BufferedReader br, GenomicAnnotationFilter< Alignments > filter, AnnotationHandler handler) throws ParseException |
| Alignments | createAnnotation (GenomicAnnotation a) |
| int | parse (String file, GenomicAnnotationFilter< Alignments > filter, AnnotationHandler handler) throws ParseException, IOException |
| void | write (BufferedWriter bw) throws IOException |
| broad.pda.datastructures.AlignmentsReader.AlignmentsReader | ( | ) |
| broad.pda.datastructures.AlignmentsReader.AlignmentsReader | ( | Collection< Alignments > | annot | ) |
| broad.pda.datastructures.AlignmentsReader.AlignmentsReader | ( | BufferedReader | br | ) | throws ParseException, IOException |
| broad.pda.datastructures.AlignmentsReader.AlignmentsReader | ( | String | input | ) | throws ParseException, IOException |
| Alignments broad.pda.datastructures.AlignmentsReader.createAnnotation | ( | GenomicAnnotation | a | ) |
| void broad.pda.datastructures.AlignmentsReader.load | ( | BufferedReader | br | ) | throws IOException, ParseException |
| int broad.pda.datastructures.AlignmentsReader.parse | ( | BufferedReader | br, |
| GenomicAnnotationFilter< Alignments > | filter, | ||
| AnnotationHandler | handler | ||
| ) | throws ParseException |
| int broad.pda.datastructures.AlignmentsReader.parse | ( | String | file, |
| GenomicAnnotationFilter< Alignments > | filter, | ||
| AnnotationHandler | handler | ||
| ) | throws ParseException, IOException |
| void broad.pda.datastructures.AlignmentsReader.write | ( | BufferedWriter | bw | ) | throws IOException |
1.8.7