Lines Matching refs:buffered
43 :class:`BufferedRandom` provides a buffered interface to random access
49 it, is a buffered text interface to a buffered raw stream
62 An int containing the default buffer size used by the module's buffered I/O
117 * Binary files are buffered in fixed-size chunks; the size of the buffer
576 The buffered data can then be returned directly on subsequent reads.
599 at least one byte is buffered, only buffered bytes are returned.
641 A buffered interface to random access streams. It inherits
657 A buffered I/O object combining two unidirectional :class:`RawIOBase`
774 A buffered text stream over a :class:`BufferedIOBase` binary stream.
886 for a single byte, buffered I/O is designed to hide any inefficiency in
890 disk I/O can be as fast as buffered I/O). The bottom line, however, is
891 that buffered I/O will offer you predictable performance regardless of the
893 use buffered I/O rather than unbuffered I/O.
915 Binary buffered objects (instances of :class:`BufferedReader`,
925 Binary buffered objects (instances of :class:`BufferedReader`,
929 attempted to enter a buffered object again while already being accessed
933 function will wrap a buffered object inside a :class:`TextIOWrapper`. This