~edwin-grubbs/python-imaging/trunk

« back to all changes in this revision

Viewing changes to Docs/pythondoc-PIL.TarIO.html

  • Committer: effbot
  • Date: 2006-07-05 20:36:11 UTC
  • Revision ID: svn-v4:be285980-f00d-0410-a9fe-d4747b46ecd0:pil:348
Load Imaging-1.1.6b1 into pil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
2
 
<html>
3
 
<head>
4
 
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
5
 
<title>The PIL.TarIO Module</title>
6
 
<link rel='stylesheet' href='effbot.css' type='text/css' />
7
 
</head>
8
 
<body>
9
 
<h1>The PIL.TarIO Module</h1>
10
 
<dl>
11
 
<dt><b>TarIO(tarfile, file)</b> (class) [<a href='#PIL.TarIO.TarIO-class'>#</a>]</dt>
12
 
<dd>
13
 
<p>A file object that provides read access to a given member of a TAR
14
 
file.</p>
15
 
<p>For more information about this class, see <a href='#PIL.TarIO.TarIO-class'><i>The TarIO Class</i></a>.</p>
16
 
</dd>
17
 
</dl>
18
 
<h2><a id='PIL.TarIO.TarIO-class' name='PIL.TarIO.TarIO-class'>The TarIO Class</a></h2>
19
 
<dl>
20
 
<dt><b>TarIO(tarfile, file)</b> (class) [<a href='#PIL.TarIO.TarIO-class'>#</a>]</dt>
21
 
<dd>
22
 
<p>A file object that provides read access to a given member of a TAR
23
 
file.</p>
24
 
</dd>
25
 
<dt><a id='PIL.TarIO.TarIO.__init__-method' name='PIL.TarIO.TarIO.__init__-method'><b>__init__(tarfile, file)</b></a> [<a href='#PIL.TarIO.TarIO.__init__-method'>#</a>]</dt>
26
 
<dd>
27
 
<p>Create file object.</p>
28
 
<dl>
29
 
<dt><i>tarfile</i></dt>
30
 
<dd>
31
 
Name of TAR file.</dd>
32
 
<dt><i>file</i></dt>
33
 
<dd>
34
 
Name of member file.</dd>
35
 
</dl><br />
36
 
</dd>
37
 
</dl>
38
 
</body></html>
 
1
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
 
2
<html>
 
3
<head>
 
4
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii' />
 
5
<title>The PIL.TarIO Module</title>
 
6
<link rel='stylesheet' href='effbot.css' type='text/css' />
 
7
</head>
 
8
<body>
 
9
<h1>The PIL.TarIO Module</h1>
 
10
<dl>
 
11
<dt><b>TarIO(tarfile, file)</b> (class) [<a href='#PIL.TarIO.TarIO-class'>#</a>]</dt>
 
12
<dd>
 
13
<p>A file object that provides read access to a given member of a TAR
 
14
file.</p>
 
15
<p>For more information about this class, see <a href='#PIL.TarIO.TarIO-class'><i>The TarIO Class</i></a>.</p>
 
16
</dd>
 
17
</dl>
 
18
<h2><a id='PIL.TarIO.TarIO-class' name='PIL.TarIO.TarIO-class'>The TarIO Class</a></h2>
 
19
<dl>
 
20
<dt><b>TarIO(tarfile, file)</b> (class) [<a href='#PIL.TarIO.TarIO-class'>#</a>]</dt>
 
21
<dd>
 
22
</dd>
 
23
<dt><a id='PIL.TarIO.TarIO.__init__-method' name='PIL.TarIO.TarIO.__init__-method'><b>__init__(tarfile, file)</b></a> [<a href='#PIL.TarIO.TarIO.__init__-method'>#</a>]</dt>
 
24
<dd>
 
25
<dl>
 
26
<dt><i>tarfile</i></dt>
 
27
<dd>
 
28
</dd>
 
29
<dt><i>file</i></dt>
 
30
<dd>
 
31
</dd>
 
32
</dl><br />
 
33
</dd>
 
34
</dl>
 
35
</body></html>