Class BackendFileOutputStream

java.lang.Object
java.io.OutputStream
edu.rit.pj.cluster.BackendFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class BackendFileOutputStream extends OutputStream
Class BackendFileOutputStream provides an object in a job backend process that writes a sequential file in the job frontend process. A backend file output stream is not constructed directly, rather it is created by a factory method in class BackendFileWriter.

Note: Class BackendFileOutputStream does not do any buffering. Each method call sends a message to and receives a message from the job frontend. Consider layering a BufferedOutputStream on top of the BackendFileOutputStream.

Version:
05-Nov-2006
Author:
Alan Kaminsky