public interface IntenzExporter
Modifier and Type | Method and Description |
---|---|
void |
export(Collection<uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry> enzymes,
OutputStream os)
Exports a collection of enzymes.
|
void |
export(uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry enzyme,
OutputStream os)
Exports just one enzyme.
|
void export(Collection<uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry> enzymes, OutputStream os) throws IOException
enzymes
- the enzymes to export.os
- the output stream to write the export to.IOException
void export(uk.ac.ebi.intenz.domain.enzyme.EnzymeEntry enzyme, OutputStream os) throws IOException
enzyme
- the enzyme to export.os
- the output stream to write the entry to.IOException
Copyright © 2014 EMBL-EBI. All rights reserved.