Package | Description |
---|---|
prefuse.data.io |
Input/output classes for reading and writing data from formatted files.
|
Modifier and Type | Method and Description |
---|---|
FixedWidthTextTableSchema |
FixedWidthTextTableWriter.getFixedWidthSchema()
Get the schema description describing the data columns' fixed widths
|
FixedWidthTextTableSchema |
FixedWidthTextTableReader.getFixedWidthSchema()
Get the schema description describing the data columns' fixed widths
|
static FixedWidthTextTableSchema |
FixedWidthTextTableSchema.load(java.lang.String loc)
Loads a schema description from the given location.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedWidthTextTableWriter.setFixedWidthSchema(FixedWidthTextTableSchema schema)
Set the schema description describing the data columns' fixed widths
|
void |
FixedWidthTextTableReader.setFixedWidthSchema(FixedWidthTextTableSchema schema)
Set the schema description describing the data columns' fixed widths
|
Constructor and Description |
---|
FixedWidthTextTableReader(FixedWidthTextTableSchema schema)
Creates a new FixedWidthTextTableReader using the given schema.
|
FixedWidthTextTableWriter(FixedWidthTextTableSchema schema)
Creates a new FixedWidthTextTableWriter using the given schema.
|
Copyright ? 2013 Regents of the University of California