Various DataBuffer improvements

This commit introduces two DataBuffer improvements:

 - The capability to read a Flux<DataBuffer> from an input stream or
   channel.

 - The capability to limit a Publisher<DataBuffer> to publish up until a
   given maximum byte count.
This commit is contained in:
Arjen Poutsma
2016-04-20 13:30:40 +02:00
parent a173c78d98
commit d626b5e833
4 changed files with 334 additions and 25 deletions