An abstract mechanism for reading a data stream into a buffer, for improved reading performance
I'm using Java's BufferedInputStream class to read bytes sent to a socket. The data to the socket is HTTP form …