public class MetakitServiceImpl extends Object implements MetakitService
Modifier and Type | Field and Description |
---|---|
private MetakitReader |
reader |
Constructor and Description |
---|
MetakitServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String[] |
getColumNames(int table) |
String[] |
getColumnNames(String table) |
Class[] |
getColumnTypes(int table) |
Class[] |
getColumnTypes(String table) |
int |
getRowCount(int table) |
int |
getRowCount(String table) |
Object[] |
getRowData(int row,
int table) |
Object[] |
getRowData(int row,
String table) |
int |
getTableCount() |
Object[][] |
getTableData(int table) |
Object[][] |
getTableData(String table) |
String[] |
getTableNames() |
void |
initialize(RandomAccessInputStream file) |
void |
initialize(String file) |
private MetakitReader reader
public void initialize(String file) throws IOException
initialize
in interface MetakitService
IOException
public void initialize(RandomAccessInputStream file)
initialize
in interface MetakitService
public int getTableCount()
getTableCount
in interface MetakitService
public String[] getTableNames()
getTableNames
in interface MetakitService
public String[] getColumnNames(String table)
getColumnNames
in interface MetakitService
public String[] getColumNames(int table)
getColumNames
in interface MetakitService
public Object[][] getTableData(String table)
getTableData
in interface MetakitService
public Object[][] getTableData(int table)
getTableData
in interface MetakitService
public Object[] getRowData(int row, String table)
getRowData
in interface MetakitService
public Object[] getRowData(int row, int table)
getRowData
in interface MetakitService
public int getRowCount(int table)
getRowCount
in interface MetakitService
public int getRowCount(String table)
getRowCount
in interface MetakitService
public Class[] getColumnTypes(int table)
getColumnTypes
in interface MetakitService
public Class[] getColumnTypes(String table)
getColumnTypes
in interface MetakitService
public void close()
close
in interface MetakitService
Copyright © 2016 Open Microscopy Environment