public class DefaultTableIOService extends AbstractTypedIOService<Table<?,?>> implements TableIOService
Constructor and Description |
---|
DefaultTableIOService() |
Modifier and Type | Method and Description |
---|---|
boolean |
canOpen(Location source) |
Table<?,?> |
open(Location source,
TableIOOptions options) |
Table<?,?> |
open(String source,
TableIOOptions options) |
void |
save(Table<?,?> table,
Location destination,
TableIOOptions options) |
void |
save(Table<?,?> table,
String destination,
TableIOOptions options) |
canOpen, canSave, canSave, ioService, locationService, open, open, save, save
getInstance, getInstances, objectService, onEvent, onEvent
pluginService
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
open, save
canOpen, canSave, canSave, getOpener, getOpener, getPluginType, getSaver, getSaver, getType, open, save
getHandler, getInstances, supports
create, filterInstances, getInstance, initialize, objectService
find
getPlugins, getPluginService, pluginService
registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public boolean canOpen(Location source)
canOpen
in interface TypedIOService<Table<?,?>>
canOpen
in class AbstractTypedIOService<Table<?,?>>
public Table<?,?> open(String source, TableIOOptions options) throws IOException
open
in interface TableIOService
IOException
public Table<?,?> open(Location source, TableIOOptions options) throws IOException
open
in interface TableIOService
IOException
public void save(Table<?,?> table, String destination, TableIOOptions options) throws IOException
save
in interface TableIOService
IOException
public void save(Table<?,?> table, Location destination, TableIOOptions options) throws IOException
save
in interface TableIOService
IOException
Copyright © 2015–2022 SciJava. All rights reserved.