Class InputOutputStream

java.lang.Object
com.storedobject.common.InputOutputStream
All Implemented Interfaces:
AutoCloseable

public class InputOutputStream extends Object implements AutoCloseable
A class that combines an InputStream and an OutputStream. One thread may be writing to it and another may be reading from it.
Author:
Syam