Package | Description |
---|---|
org.scijava.io | |
org.scijava.script.io | |
org.scijava.table | |
org.scijava.table.io | |
org.scijava.text.io |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIOPlugin<D>
Abstract base class for
IOPlugin s. |
Modifier and Type | Method and Description |
---|---|
default IOPlugin<D> |
TypedIOService.getOpener(Location source)
Gets the most appropriate
IOPlugin for opening data from the given
location. |
default IOPlugin<?> |
IOService.getOpener(Location source)
Gets the most appropriate
IOPlugin for opening data from the given
location. |
default IOPlugin<D> |
TypedIOService.getOpener(String source)
Gets the most appropriate
IOPlugin for opening data from the given
location. |
default IOPlugin<?> |
IOService.getOpener(String source)
Gets the most appropriate
IOPlugin for opening data from the given
location. |
default IOPlugin<D> |
TypedIOService.getSaver(D data,
Location destination)
Gets the most appropriate
IOPlugin for saving data to the given
location. |
default <D> IOPlugin<D> |
IOService.getSaver(D data,
Location destination)
Gets the most appropriate
IOPlugin for saving data to the given
location. |
default IOPlugin<D> |
TypedIOService.getSaver(D data,
String destination)
Gets the most appropriate
IOPlugin for saving data to the given
location. |
default <D> IOPlugin<D> |
IOService.getSaver(D data,
String destination)
Gets the most appropriate
IOPlugin for saving data to the given
location. |
Modifier and Type | Method and Description |
---|---|
default Class<IOPlugin<D>> |
TypedIOService.getPluginType() |
default Class<IOPlugin<?>> |
IOService.getPluginType() |
Modifier and Type | Class and Description |
---|---|
class |
ScriptIOPlugin
IOPlugin for scripts. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableIOPlugin
Plugin for reading/writing
GenericTable s. |
Modifier and Type | Interface and Description |
---|---|
interface |
TableIOPlugin
Abstract plugin class for saving and loading tables
|
Modifier and Type | Class and Description |
---|---|
class |
TextIOPlugin
IOPlugin for text conversion to HTML. |
Copyright © 2015–2022 SciJava. All rights reserved.