seekable()
Return True
if the stream supports random access. If False
, seek()
, tell()
and truncate()
will raise OSError
.
seekable()
Return True
if the stream supports random access. If False
, seek()
, tell()
and truncate()
will raise OSError
.
Please login to continue.