Uses of Interface
com.bc.ceres.binio.DataContext
Packages that use DataContext
Package
Description
The core 
binio API.Utilities for the 
binio API.- 
Uses of DataContext in com.bc.ceres.binioMethods in com.bc.ceres.binio that return DataContextModifier and TypeMethodDescriptionDataFormat.createContext(IOHandler ioHandler) DataFormat.createContext(File file, String mode) Creates a new random access file data context.DataFormat.createContext(RandomAccessFile raf) DataFormat.createContext(FileChannel fileChannel) CollectionData.getContext()Methods in com.bc.ceres.binio with parameters of type DataContextModifier and TypeMethodDescriptionvoidIOHandler.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.utilMethods in com.bc.ceres.binio.util with parameters of type DataContextModifier and TypeMethodDescriptionvoidByteArrayIOHandler.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)