Uses of Interface
com.bc.ceres.binio.IOHandler
-
Packages that use IOHandler Package Description com.bc.ceres.binio The corebinioAPI.com.bc.ceres.binio.util Utilities for thebinioAPI. -
-
Uses of IOHandler in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return IOHandler Modifier and Type Method Description IOHandlerDataContext. getHandler()Methods in com.bc.ceres.binio with parameters of type IOHandler Modifier and Type Method Description DataContextDataFormat. createContext(IOHandler ioHandler) -
Uses of IOHandler in com.bc.ceres.binio.util
Classes in com.bc.ceres.binio.util that implement IOHandler Modifier and Type Class Description classByteArrayIOHandlerclassFileChannelIOHandlerclassFilterIOHandlerclassImageIOHandlerclassMappedFileChannelIOHandlerclassRandomAccessFileIOHandlerMethods in com.bc.ceres.binio.util that return IOHandler Modifier and Type Method Description IOHandlerFilterIOHandler. getDelegate()Constructors in com.bc.ceres.binio.util with parameters of type IOHandler Constructor Description FilterIOHandler(IOHandler delegate)
-