| Home | Trees | Index | Help | 
|---|
| Package tlslite :: Module FileObject :: Class FileObject | 
 | 
This class provides a file object interface to a tlslite.TLSConnection.TLSConnection.
Call makefile() on a TLSConnection to create a FileObject instance.
This class was copied, with minor modifications, from the _fileobject class in socket.py. Note that fileno() is not implemented.| Property Summary | |
|---|---|
| closed: True if the file is closed | |
| Class Variable Summary | |
|---|---|
| int | default_bufsize= 16384 | 
| Property Details | 
|---|
| closedTrue if the file is closed
 | 
| Class Variable Details | 
|---|
| default_bufsize
 | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.0 on Mon Feb 21 21:56:55 2005 | http://epydoc.sf.net |