| Package | Description |
|---|---|
| org.scijava.io | |
| org.scijava.script.io | |
| org.scijava.text.io |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIOPlugin<D>
Abstract base class for
IOPlugins. |
| Modifier and Type | Method and Description |
|---|---|
default IOPlugin<?> |
IOService.getOpener(Location source)
Gets the most appropriate
IOPlugin for opening data from the given
location. |
default IOPlugin<D> |
TypedIOService.getOpener(Location 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.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<?>> |
IOService.getPluginType() |
default Class<IOPlugin<D>> |
TypedIOService.getPluginType() |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptIOPlugin
IOPlugin for scripts. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextIOPlugin
IOPlugin for text conversion to HTML. |
Copyright © 2009–2020 SciJava. All rights reserved.