Uses of Interface
org.scijava.io.IOPlugin
-
Packages that use IOPlugin Package Description org.scijava.io org.scijava.script.io org.scijava.text.io -
-
Uses of IOPlugin in org.scijava.io
Classes in org.scijava.io that implement IOPlugin Modifier and Type Class Description classAbstractIOPlugin<D>Abstract base class forIOPlugins.Methods in org.scijava.io that return IOPlugin Modifier and Type Method Description IOPlugin<?>DefaultIOService. getOpener(String source)IOPlugin<?>IOService. getOpener(String source)Gets the most appropriateIOPluginfor opening data from the given location.default IOPlugin<?>IOService. getOpener(Location source)Gets the most appropriateIOPluginfor opening data from the given location.default IOPlugin<D>TypedIOService. getOpener(String source)Gets the most appropriateIOPluginfor opening data from the given location.default IOPlugin<D>TypedIOService. getOpener(Location source)Gets the most appropriateIOPluginfor opening data from the given location.<D> IOPlugin<D>DefaultIOService. getSaver(D data, String destination)<D> IOPlugin<D>IOService. getSaver(D data, String destination)Gets the most appropriateIOPluginfor saving data to the given location.default <D> IOPlugin<D>IOService. getSaver(D data, Location destination)Gets the most appropriateIOPluginfor saving data to the given location.default IOPlugin<D>TypedIOService. getSaver(D data, String destination)Gets the most appropriateIOPluginfor saving data to the given location.default IOPlugin<D>TypedIOService. getSaver(D data, Location destination)Gets the most appropriateIOPluginfor saving data to the given location.Methods in org.scijava.io that return types with arguments of type IOPlugin Modifier and Type Method Description default Class<IOPlugin<?>>IOService. getPluginType()default Class<IOPlugin<D>>TypedIOService. getPluginType() -
Uses of IOPlugin in org.scijava.script.io
Classes in org.scijava.script.io that implement IOPlugin Modifier and Type Class Description classScriptIOPluginIOPluginfor scripts. -
Uses of IOPlugin in org.scijava.text.io
Classes in org.scijava.text.io that implement IOPlugin Modifier and Type Class Description classTextIOPluginIOPluginfor text conversion to HTML.
-