类 ReadAheadInputStream

  • 所有已实现的接口:
    Closeable, AutoCloseable

    public class ReadAheadInputStream
    extends InputStream
    A non-blocking buffered input stream. Reads more if it can, won't block to fill the buffer, only blocks to satisfy a request of read(byte[])