A interface for classes providing an output stream of bytes. This interface is similar to the Java {@link OutputStream}, but with a narrower interface to make it easier to implement.
OutStream is the base output stream class for TachyonFile streaming output methods. It can only be gotten by calling the methods in tachyon.client.TachyonFile, but can not be initialized by the client code.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.