Module tarfile :: Class _StreamProxy
[hide private]
[frames] | no frames]

type _StreamProxy

object --+
         |
        _StreamProxy

Small proxy class that enables transparent compression detection for the Stream interface (mode 'r|*').

Instance Methods [hide private]
 
__init__(self, fileobj)
 
read(self, size)
 
getcomptype(self)
 
close(self)
Method Details [hide private]

__init__(self, fileobj)
(Constructor)

 
Overrides: object.__init__
(inherited documentation)