bernardladenthin/streambuffer
StreamBuffer is a single-class Java library that bridges an OutputStream and an InputStream through a dynamic, unbounded FIFO queue — solving the fixed-buffer and potential deadlock limitations of Java's built-in PipedInputStream/PipedOutputStream.
GitHub repository with 9 stars and 6 forks.
Language: Java
Topics: buffer, fifo, fifo-buffer, fifo-cache, fifo-queue, inputstream, java, outputstream, pipe, stream