|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOVec | |
---|---|
org.ogf.saga.file | This package provides classes to manipulate the contents of directories or files. |
Uses of IOVec in org.ogf.saga.file |
---|
Methods in org.ogf.saga.file that return IOVec | |
---|---|
static IOVec |
FileFactory.createIOVec(byte[] data)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(byte[] data,
int lenIn)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(int size)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(int size,
int lenIn)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(String sagaFactoryClassname,
byte[] data)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(String sagaFactoryClassname,
byte[] data,
int lenIn)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(String sagaFactoryClassname,
int size)
Creates an IOVec. |
static IOVec |
FileFactory.createIOVec(String sagaFactoryClassname,
int size,
int lenIn)
Creates an IOVec. |
protected abstract IOVec |
FileFactory.doCreateIOVec(byte[] data,
int lenIn)
Creates an IOVec. |
protected abstract IOVec |
FileFactory.doCreateIOVec(int size,
int lenIn)
Creates an IOVec. |
Methods in org.ogf.saga.file with parameters of type IOVec | |
---|---|
void |
File.readV(IOVec[] iovecs)
Gather/scatter read. |
Task<File,Void> |
File.readV(TaskMode mode,
IOVec[] iovecs)
Creates a task that does a gather/scatter read. |
void |
File.writeV(IOVec[] iovecs)
Gather/scatter write. |
Task<File,Void> |
File.writeV(TaskMode mode,
IOVec[] iovecs)
Creates a task that does a gather/scatter write. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |