|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.Export
| Method Summary | |
static void |
writeLociTabDelimited(GenotypeTable table,
java.io.Writer writer)
Writes the given genotype table to the writer as tab delimited data with taxa as row headers and loci as column headers. |
static void |
writeTabDelimited(DBElementGroup group,
java.io.Writer writer)
Writes the given dbelement group to writer as tab delimited data. |
static void |
writeTabDelimited(Table table,
java.io.Writer writer)
Writes the given table to writer as tab delimited data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void writeTabDelimited(DBElementGroup group,
java.io.Writer writer)
throws java.io.IOException
group - group to exportwriter - destination of write
java.io.IOException
public static void writeTabDelimited(Table table,
java.io.Writer writer)
throws java.io.IOException
table - table to exportwriter - destination of write
java.io.IOException
public static void writeLociTabDelimited(GenotypeTable table,
java.io.Writer writer)
throws java.io.IOException
table - table to exportwriter - destination of write
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||