ContainerIO
index
/Library/Python/2.7/site-packages/PIL/ContainerIO.py

# The Python Imaging Library.
# $Id$
#
# a class to read from a container file
#
# History:
# 1995-06-18 fl     Created
# 1995-09-07 fl     Added readline(), readlines()
#
# Copyright (c) 1997-2001 by Secret Labs AB
# Copyright (c) 1995 by Fredrik Lundh
#
# See the README file for information on usage and redistribution.
#

 
Classes
       
ContainerIO

 
class ContainerIO
     Methods defined here:
__init__(self, file, offset, length)
isatty(self)
read(self, n=0)
readline(self)
readlines(self)
seek(self, offset, mode=0)
tell(self)