public class _InputStreamIFStub extends org.omg.CORBA.portable.ObjectImpl implements InputStreamIF
| Constructor and Description |
|---|
_InputStreamIFStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
void |
close()
Close the input stream.
|
int |
length()
Get the length of the input stream.
|
int |
read(DS_BYTEHolder b,
int off,
int len)
Reads up to len bytes of data from the input stream into an array
of bytes.
|
void |
reset()
Reset the stream
|
_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 int read(DS_BYTEHolder b, int off, int len) throws CORBAFileServerException
read in interface InputStreamIFOperationsb - - the buffer into which the data is read.off - - the start offset in array b at which the data is written.len - - the maximum number of bytes to read.CORBAFileServerException - if an IO exception occurs.public void close()
throws CORBAFileServerException
close in interface InputStreamIFOperationsCORBAFileServerException - if an IO exception occurs.public int length()
throws CORBAFileServerException
length in interface InputStreamIFOperationsCORBAFileServerException - if an IO exception occurs.public void reset()
throws CORBAFileServerException
reset in interface InputStreamIFOperationsCORBAFileServerException - if an IO exception occurs.public java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImpl