Package | Description |
---|---|
com.bc.ceres.binio |
The core
binio API. |
com.bc.ceres.binio.util |
Utilities for the
binio API. |
Modifier and Type | Method and Description |
---|---|
DataContext |
DataFormat.createContext(FileChannel fileChannel) |
DataContext |
DataFormat.createContext(File file,
String mode)
Creates a new random access file data context.
|
DataContext |
DataFormat.createContext(IOHandler ioHandler) |
DataContext |
DataFormat.createContext(RandomAccessFile raf) |
DataContext |
CollectionData.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
IOHandler.read(DataContext context,
byte[] data,
long position)
Reads a sequence of up to
data.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 to
data.length bytes to the file,
starting at the given position. |
Modifier and Type | Method and Description |
---|---|
void |
RandomAccessFileIOHandler.read(DataContext context,
byte[] data,
long position) |
void |
MappedFileChannelIOHandler.read(DataContext context,
byte[] data,
long position) |
void |
ImageIOHandler.read(DataContext context,
byte[] data,
long position) |
void |
FilterIOHandler.read(DataContext context,
byte[] data,
long position) |
void |
FileChannelIOHandler.read(DataContext context,
byte[] data,
long position) |
void |
ByteArrayIOHandler.read(DataContext context,
byte[] data,
long position) |
void |
RandomAccessFileIOHandler.write(DataContext context,
byte[] data,
long position) |
void |
MappedFileChannelIOHandler.write(DataContext context,
byte[] data,
long position) |
void |
ImageIOHandler.write(DataContext context,
byte[] data,
long position) |
void |
FilterIOHandler.write(DataContext context,
byte[] data,
long position) |
void |
FileChannelIOHandler.write(DataContext context,
byte[] data,
long position) |
void |
ByteArrayIOHandler.write(DataContext context,
byte[] data,
long position) |
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.