public class _ODSReadTransferStub extends org.omg.CORBA.portable.ObjectImpl implements ODSReadTransfer
READALL| Constructor and Description |
|---|
_ODSReadTransferStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
void |
close()
(31000)
Close this ODSReadTransfer interface.
|
byte[] |
getOctetSeq(int maxOctets)
(31001)
Read a sequence of bytes from the file.
|
T_LONGLONG |
getPosition()
(31003)
Retrieve the current position of the internal read pointer in the
file.
|
T_LONGLONG |
skipOctets(T_LONGLONG numOctets)
(31002)
Skip a number of bytes while reading the file.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic void close()
throws AoException
close in interface ODSReadTransferOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic byte[] getOctetSeq(int maxOctets)
throws AoException
getOctetSeq in interface ODSReadTransferOperationsmaxOctets - The maximum number of bytes to be returned by one
method call.AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_SYSTEM_PROBLEM
AO_BAD_PARAMETERpublic T_LONGLONG skipOctets(T_LONGLONG numOctets) throws AoException
skipOctets in interface ODSReadTransferOperationsnumOctets - The number of bytes to be skipped.AoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_BAD_PARAMETERpublic T_LONGLONG getPosition() throws AoException
getPosition in interface ODSReadTransferOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImpl