C G I M O R
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in class ome.metakit.MetakitReader
-
Close the reader and release any resources in use.
- Column - Class in ome.metakit
-
Class representing a column in a Metakit database file.
- Column(String) - Constructor for class ome.metakit.Column
-
Construct a new column from the given string representation.
- ColumnMap - Class in ome.metakit
-
Class representating a column mapping in a Metakit database file.
- ColumnMap(Column, RandomAccessInputStream, int) - Constructor for class ome.metakit.ColumnMap
G
- getColumnNames(int) - Method in class ome.metakit.MetakitReader
-
Retrieve the name of every column in the table with the given index.
- getColumnNames(String) - Method in class ome.metakit.MetakitReader
-
Retrieve the name of every column in the named table.
- getColumnTypes(int) - Method in class ome.metakit.MetakitReader
-
Retrieve the type for every column in the table with the given index.
- getColumnTypes(String) - Method in class ome.metakit.MetakitReader
-
Retrieve the type for every column in the named table.
- getName() - Method in class ome.metakit.Column
-
Retrieve the name of the column.
- getRowCount(int) - Method in class ome.metakit.MetakitReader
-
Retrieve the number of rows in the table with the given index.
- getRowCount(String) - Method in class ome.metakit.MetakitReader
-
Retrieve the number of rows in the named table.
- getRowData(int, int) - Method in class ome.metakit.MetakitReader
-
Retrieve the given row of data from the table with the given index.
- getRowData(int, String) - Method in class ome.metakit.MetakitReader
-
Retrieve the given row of data from the named table.
- getTableCount() - Method in class ome.metakit.MetakitReader
-
Retrieve the number of tables in this database file.
- getTableData(int) - Method in class ome.metakit.MetakitReader
-
Retrieve all of the tabular data for the table with the given index.
- getTableData(String) - Method in class ome.metakit.MetakitReader
-
Retrieve all of the tabular data for the named table.
- getTableNames() - Method in class ome.metakit.MetakitReader
-
Retrieve the name of every table in this database file.
- getType() - Method in class ome.metakit.Column
-
Retrieve the Class corresponding to the column's type.
- getTypeString() - Method in class ome.metakit.Column
-
Retrieve a string representation of the type.
- getValueList() - Method in class ome.metakit.ColumnMap
-
Return the list of values in this map's column.
- getValues() - Method in class ome.metakit.ColumnMap
-
Return an array of the values in this map's column.
I
- isFixedMap() - Method in class ome.metakit.ColumnMap
-
Return whether or not this map represents a fixed-type column.
M
- MetakitException - Exception in ome.metakit
-
MetakitException is the exception thrown when something goes wrong when reading a Metakit database file.
- MetakitException() - Constructor for exception ome.metakit.MetakitException
- MetakitException(String) - Constructor for exception ome.metakit.MetakitException
- MetakitException(String, Throwable) - Constructor for exception ome.metakit.MetakitException
- MetakitException(Throwable) - Constructor for exception ome.metakit.MetakitException
- MetakitReader - Class in ome.metakit
-
Top-level reader for Metakit database files.
- MetakitReader(String) - Constructor for class ome.metakit.MetakitReader
- MetakitReader(RandomAccessInputStream) - Constructor for class ome.metakit.MetakitReader
- MetakitTools - Class in ome.metakit
-
Utility methods for working with Metakit database files.
- MetakitTools() - Constructor for class ome.metakit.MetakitTools
O
- ome.metakit - package ome.metakit
R
- readBpInt(RandomAccessInputStream) - Static method in class ome.metakit.MetakitTools
-
Read a byte-packed integer from the given RandomAccessInputStream.
- readPString(RandomAccessInputStream) - Static method in class ome.metakit.MetakitTools
-
Read a Pascal-style string from the given RandomAccessInputStream.
All Classes All Packages