org.scijava.io
Interface DataHandleService

All Superinterfaces:
Comparable<Prioritized>, Contextual, Disposable, HasPluginInfo, Prioritized, PTService<DataHandle<Location>>, RichPlugin, SciJavaPlugin, SciJavaService, Service, Typed<Location>, TypedService<Location,DataHandle<Location>>, WrapperService<Location,DataHandle<Location>>
All Known Implementing Classes:
DefaultDataHandleService

public interface DataHandleService
extends WrapperService<Location,DataHandle<Location>>, SciJavaService

Interface for low-level data I/O: reading and writing bytes using DataHandles.

Author:
Curtis Rueden
See Also:
IOService, Location

Method Summary
 
Methods inherited from interface org.scijava.plugin.WrapperService
create
 
Methods inherited from interface org.scijava.plugin.PTService
create, getPlugins, getPluginService, getPluginType
 
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Disposable
dispose
 
Methods inherited from interface org.scijava.Typed
getType, supports
 



Copyright © 2009–2015 SciJava. All rights reserved.