Class ReadAheadBufferedStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ReadAheadBufferedStream
    extends FilterInputStream
    Permit to buffer socket data, reading not only asked bytes, but available number of bytes when possible.