Uses of Interface
com.bc.ceres.binio.IOHandler
-
Packages that use IOHandler Package Description com.bc.ceres.binio The corebinio
API.com.bc.ceres.binio.util Utilities for thebinio
API. -
-
Uses of IOHandler in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return IOHandler Modifier and Type Method Description IOHandler
DataContext. getHandler()
Methods in com.bc.ceres.binio with parameters of type IOHandler Modifier and Type Method Description DataContext
DataFormat. 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 class
ByteArrayIOHandler
class
FileChannelIOHandler
class
FilterIOHandler
class
ImageIOHandler
class
MappedFileChannelIOHandler
class
RandomAccessFileIOHandler
Methods in com.bc.ceres.binio.util that return IOHandler Modifier and Type Method Description IOHandler
FilterIOHandler. getDelegate()
Constructors in com.bc.ceres.binio.util with parameters of type IOHandler Constructor Description FilterIOHandler(IOHandler delegate)
-