Package yawPyCrypto :: Module _StreamBase
[show private | hide private]
[frames | no frames]

Module yawPyCrypto._StreamBase

_StreamBase.py (Internal module)

Stream base classes. These are private to the package yawPyCrypto, and should never need to be used directly. In case you are interested in the inner workings of yawPyCrypto, feel free to browse the source. There are short comments on each function, which should get you started.

Copyright

yawPyCrypto is copyright (C) 2002-3 by Heiko Wundram <heiko@asta.uni-saarland.de>.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library in the file "COPYLEFT"; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Classes
InputStream Class that implements an input stream.
OutputStream Class that implements an output stream.
StreamBase Base class for all streams.

Variable Summary
str __date__
str __version

Variable Details

__date__

Type:
str
Value:
'2003/08/17'                                                           

__version

Type:
str
Value:
'0.1p8'                                                                

Generated by Epydoc 1.1 on Sun Aug 17 03:32:35 2003 http://epydoc.sf.net