StreamReaderWriter instances allow wrapping streams which work in both read and write modes.
The design is such that one can use the factory functions returned by the codec.lookup() function to construct the instance.
There are no base classes.
There are no implemented interfaces.
encoding
(type:
str
)
'unknown'
next()
Return the next decoded line from the input stream.
read(size=-1)
readline(size=None)
readlines(sizehint=None)
reset()
write(data)
writelines(list)
There are no known subclasses.