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.binio
Methods 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 TypeMethodDescriptionvoid
IOHandler.read
(DataContext context, byte[] data, long position) Reads a sequence of up todata.length
bytes into the given array starting from the the given position.void
IOHandler.write
(DataContext context, byte[] data, long position) Writes a sequence of up todata.length
bytes 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 DataContextModifier and TypeMethodDescriptionvoid
ByteArrayIOHandler.read
(DataContext context, byte[] data, long position) void
FileChannelIOHandler.read
(DataContext context, byte[] data, long position) void
FilterIOHandler.read
(DataContext context, byte[] data, long position) void
ImageIOHandler.read
(DataContext context, byte[] data, long position) void
MappedFileChannelIOHandler.read
(DataContext context, byte[] data, long position) void
RandomAccessFileIOHandler.read
(DataContext context, byte[] data, long position) void
ByteArrayIOHandler.write
(DataContext context, byte[] data, long position) void
FileChannelIOHandler.write
(DataContext context, byte[] data, long position) void
FilterIOHandler.write
(DataContext context, byte[] data, long position) void
ImageIOHandler.write
(DataContext context, byte[] data, long position) void
MappedFileChannelIOHandler.write
(DataContext context, byte[] data, long position) void
RandomAccessFileIOHandler.write
(DataContext context, byte[] data, long position)