Package M2Crypto :: Module BIO :: Class File
[frames] | no frames]

Class File




Object interface to BIO_s_fp.

This class interfaces Python to OpenSSL functions that expect BIO *. For general file manipulation in Python, use Python's builtin file object.

Instance Methods
 
__init__(self, pyfile, close_pyfile=1)
 
close(self)

Inherited from BIO: __del__, bio_ptr, fileno, flush, m2_bio_free, read, readable, readline, readlines, reset, should_read, should_retry, should_write, write, write_close, writeable

Method Details

__init__(self, pyfile, close_pyfile=1)
(Constructor)

 
Overrides: BIO.__init__

close(self)

 
Overrides: BIO.close