Class RpcRshOutputStream

java.lang.Object
java.io.OutputStream
com.perforce.p4java.impl.mapbased.rpc.stream.RpcRshOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class RpcRshOutputStream extends OutputStream
Implements the lowest level of the P4Java RPC 'rsh' output stream architecture.

This class does the most basic conversion of outgoing bytes to the (TCP/IP) wire from a Java IO output stream whose contents have been encoded upstream.