- All Superinterfaces:
- org.omg.CORBA.portable.IDLEntity, InputStreamIFOperations, org.omg.CORBA.Object, java.io.Serializable
- All Known Implementing Classes:
- _InputStreamIFStub, AbstractInputStream, FileServer.SavePipe, InputStream
public interface InputStreamIF
extends InputStreamIFOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
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.