BufferedRandom does not inherit from BufferedReader and BufferedWriter
in the C implementation.
.. class:: BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE)
- A buffered binary stream providing higher-level access to a seekable
- :class:`RawIOBase` raw binary stream. It inherits from :class:`BufferedReader`
- and :class:`BufferedWriter`.
+ A buffered binary stream implementing :class:`BufferedIOBase` interfaces
+ providing higher-level access to a seekable :class:`RawIOBase` raw binary
+ stream.
The constructor creates a reader and writer for a seekable raw stream, given
in the first argument. If the *buffer_size* is omitted it defaults to