morkt
|
64e1ae3946
|
(LimitStream): added 'Fill' option.
fills stream with zeroes if underlying stream has less length than
requested.
|
2018-10-30 23:48:44 +04:00 |
|
morkt
|
6b0f848ba3
|
(XoredStream.Write): fixed.
|
2016-10-09 19:29:14 +04:00 |
|
morkt
|
838abb8773
|
(XoredStream): limit write buffer to 80k.
|
2016-10-09 08:44:58 +04:00 |
|
morkt
|
a2c9e3f79b
|
(ConcatStream): moved to CommonStreams.
|
2016-10-09 01:27:58 +04:00 |
|
morkt
|
a533235c1b
|
(LimitStream): moved to CommonStreams.
|
2016-10-08 05:15:45 +04:00 |
|
morkt
|
38cc4c32a9
|
(XoredStream): moved to CommonStreams.
|
2016-10-08 05:02:48 +04:00 |
|
morkt
|
883ee94a7e
|
(InputProxyStream): generalization of input filters.
|
2016-07-02 06:06:32 +04:00 |
|
morkt
|
8732a8a837
|
(PrefixStream, StreamRegion): derive from ProxyStream.
|
2016-05-20 20:28:57 +04:00 |
|
morkt
|
5bbd10789e
|
(ProxyStream): don't override ReadByte and WriteByte methods.
|
2016-03-17 02:57:31 +04:00 |
|
morkt
|
5704a61823
|
(ProxyStream): new base class for stream post-processing.
|
2016-03-14 04:21:55 +04:00 |
|
morkt
|
834409f2a4
|
moved common stream classes to separate file.
|
2016-03-13 00:32:02 +04:00 |
|