freck.streams

Modules

appendstream
module freck.streams.appendstream

Easy-to-use I/O streams: stream that wraps several streams one after the other.

crc32
module freck.streams.crc32

Easy-to-use I/O streams: CRC32 calculation

exception
module freck.streams.exception

Easy-to-use I/O streams: generic exception

filestream
module freck.streams.filestream

Easy-to-use I/O streams: file stream implementation

memorystream
module freck.streams.memorystream

Easy-to-use I/O streams: memory stream implementation

murmur3
module freck.streams.murmur3

Easy-to-use I/O streams: 32 bit Murmur3 hash calculation

nullstream
module freck.streams.nullstream

Easy-to-use I/O streams: empty stream.

stream
module freck.streams.stream

Easy-to-use I/O streams: abstract stream

streaminterface
module freck.streams.streaminterface

Easy-to-use I/O streams: utility functions

tests
module freck.streams.tests

Easy-to-use I/O streams: testing stuff for internal use only

util
module freck.streams.util

Easy-to-use I/O streams: utility functions