Lines Matching refs:RawIOBase
34 Extending :class:`IOBase` is :class:`RawIOBase` which deals simply with the
36 :class:`RawIOBase` to provide an interface to files in the machine's
40 (:class:`RawIOBase`). Its subclasses, :class:`BufferedWriter`,
179 subclass of :class:`RawIOBase`, :class:`FileIO`, is returned.
230 In some cases, such as :meth:`~RawIOBase.readinto`, a writable object
361 .. class:: RawIOBase
371 RawIOBase provides the following methods:
416 The main difference with :class:`RawIOBase` is that methods :meth:`read`,
423 enough data; unlike their :class:`RawIOBase` counterparts, they will
430 :class:`RawIOBase` implementation, but wrap one, like
438 The underlying raw stream (a :class:`RawIOBase` instance) that
473 raw stream's :meth:`~RawIOBase.read` method. This can be useful if you
513 It implements the :class:`RawIOBase` interface (and therefore the
531 :class:`RawIOBase`, :class:`FileIO` provides the following data
573 :class:`RawIOBase` object. It inherits :class:`BufferedIOBase`.
606 :class:`RawIOBase` object. It inherits :class:`BufferedIOBase`.
608 buffer. The buffer will be written out to the underlying :class:`RawIOBase`
657 A buffered I/O object combining two unidirectional :class:`RawIOBase`
661 *reader* and *writer* are :class:`RawIOBase` objects that are readable and