|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOVec
Extends the Buffer
interface with lenIn, lenOut, and offset
attributes.
Field Summary |
---|
Fields inherited from interface org.ogf.saga.SagaObject |
---|
NO_WAIT, WAIT_FOREVER |
Method Summary | |
---|---|
int |
getLenIn()
Retrieves the current value of the lenIn attribute. |
int |
getLenOut()
Retrieves the current value of the lenOut attribute. |
int |
getOffset()
Retrieves the current value of the offset attribute. |
void |
setLenIn(int len)
Sets the lenIn attribute. |
void |
setOffset(int offset)
Sets the offset attribute. |
Methods inherited from interface org.ogf.saga.buffer.Buffer |
---|
close, close, getData, getSize, setData, setSize, setSize |
Methods inherited from interface org.ogf.saga.SagaObject |
---|
clone, getId, getSession |
Method Detail |
---|
void setLenIn(int len) throws BadParameterException
len
- the value for the attribute.
BadParameterException
- is thrown when the lenIn is set to an illegal
value (< 0 or larger than size if size != -1).int getLenIn()
int getLenOut()
void setOffset(int offset) throws BadParameterException
offset
- the value for the attribute.
BadParameterException
- is thrown when the offset is set to an illegal
value (< 0).int getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |