buffer
Here are 22 public repositories matching this topic...
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.
-
Updated
Apr 19, 2026 - Java
This repo demonstrates different ways of handling files using java.
-
Updated
Jul 24, 2025 - Java
-
Updated
Jul 28, 2023 - Java
Sparse list of integers using a fixed-size ring buffer.
-
Updated
Oct 30, 2022 - Java
Converts binary files to C code buffers
-
Updated
Sep 20, 2022 - Java
This is a simple text editor I coded in Java. It can read or create a .txt file in which the user can add, replace, delete, save, search or count words occurrences.
-
Updated
Sep 1, 2020 - Java
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
-
Updated
Feb 3, 2019 - Java
Allows Java to use buffers larger than 2GiB
-
Updated
Feb 21, 2018 - Java
Once data is collected from a file, the efficiency of the buffered program is tested.
-
Updated
Oct 20, 2017 - Java
-
Updated
Aug 29, 2017 - Java
producer - consumer character counter application with buffer and 4 threads
-
Updated
Apr 14, 2017 - Java
Improve this page
Add a description, image, and links to the buffer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the buffer topic, visit your repo's landing page and select "manage topics."