- All Implemented Interfaces:
- org.omg.CORBA.portable.Streamable
public final class InputStreamIFHolder
extends java.lang.Object
implements org.omg.CORBA.portable.Streamable
The InputStreamIF is used to simulate the behavior of a Java InputStream over CORBA.
The interface provides a method to read a certain amount of bytes from the
InputStreamIF. The interface provides methods to get information about the stream as
well as close it.
Closing the stream is very important! The method must clean all server-side resource.
This includes the stream itself if it is kept in the POA's active object map.