Uses of Interface
com.bc.ceres.binio.DataContext
-
Packages that use DataContext Package Description com.bc.ceres.binio The corebinioAPI.com.bc.ceres.binio.util Utilities for thebinioAPI. -
-
Uses of DataContext in com.bc.ceres.binio
Methods in com.bc.ceres.binio that return DataContext Modifier and Type Method Description DataContextDataFormat. createContext(IOHandler ioHandler)DataContextDataFormat. createContext(File file, String mode)Creates a new random access file data context.DataContextDataFormat. createContext(RandomAccessFile raf)DataContextDataFormat. createContext(FileChannel fileChannel)DataContextCollectionData. getContext()Methods in com.bc.ceres.binio with parameters of type DataContext Modifier and Type Method Description voidIOHandler. read(DataContext context, byte[] data, long position)Reads a sequence of up todata.lengthbytes into the given array starting from the the given position.voidIOHandler. write(DataContext context, byte[] data, long position)Writes a sequence of up todata.lengthbytes to the file, starting at the given position. -
Uses of DataContext in com.bc.ceres.binio.util
Methods in com.bc.ceres.binio.util with parameters of type DataContext Modifier and Type Method Description voidByteArrayIOHandler. read(DataContext context, byte[] data, long position)voidFileChannelIOHandler. read(DataContext context, byte[] data, long position)voidFilterIOHandler. read(DataContext context, byte[] data, long position)voidImageIOHandler. read(DataContext context, byte[] data, long position)voidMappedFileChannelIOHandler. read(DataContext context, byte[] data, long position)voidRandomAccessFileIOHandler. read(DataContext context, byte[] data, long position)voidByteArrayIOHandler. write(DataContext context, byte[] data, long position)voidFileChannelIOHandler. write(DataContext context, byte[] data, long position)voidFilterIOHandler. write(DataContext context, byte[] data, long position)voidImageIOHandler. write(DataContext context, byte[] data, long position)voidMappedFileChannelIOHandler. write(DataContext context, byte[] data, long position)voidRandomAccessFileIOHandler. write(DataContext context, byte[] data, long position)
-