JAVA/CORBA CLASSES
The following methods access the Stream properties:
Use the open method to associate a stream with a file and to copy the file contents into the stream. If the file does not exist, the open method creates a new file. Use any of the read or write methods to process the data. Use the close method to release system resources associated with the stream.
Use the getContents method and setContents method to move contents back and forth between a stream and a java.io stream.
See Also