Package loci.formats.services
Interface MetakitService
- All Superinterfaces:
loci.common.services.Service
- All Known Implementing Classes:
MetakitServiceImpl
public interface MetakitService
extends loci.common.services.Service
Interface defining methods for interacting with the OME Metakit library.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()String[]getColumNames(int table) String[]getColumnNames(String table) Class[]getColumnTypes(int table) Class[]getColumnTypes(String table) intgetRowCount(int table) intgetRowCount(String table) Object[]getRowData(int row, int table) Object[]getRowData(int row, String table) intObject[][]getTableData(int table) Object[][]getTableData(String table) String[]voidinitialize(String file) voidinitialize(loci.common.RandomAccessInputStream file)
-
Method Details
-
initialize
- Throws:
IOException
-
initialize
- Throws:
IOException
-
getTableCount
int getTableCount() -
getTableNames
String[] getTableNames() -
getColumnNames
-
getColumNames
-
getTableData
-
getTableData
-
getRowData
-
getRowData
-
getRowCount
int getRowCount(int table) -
getRowCount
-
getColumnTypes
-
getColumnTypes
-
close
void close()
-