public interface ODSWriteTransferOperations
| Modifier and Type | Method and Description |
|---|---|
void |
close()
(32000)
Close this ODSWriteTransfer interface.
|
T_LONGLONG |
getPosition()
(32002)
Retrieve the current position of the internal write pointer in the
file.
|
void |
putOctectSeq(byte[] buffer)
(32001)
Write a sequence of bytes to the file.
|
void close()
throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid putOctectSeq(byte[] buffer)
throws AoException
buffer - The buffer containing the sequence of bytes that
shall be written to the file.AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_NO_MEMORY
AO_SYSTEM_PROBLEMT_LONGLONG getPosition() throws AoException
AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE