an iteratee that consumes bytes by applying f
and returns the total number of bytes consumed
Builds an Iteratee that writes consumed bytes to all outStreams
.
Builds an Iteratee that writes consumed bytes to all outStreams
. The streams are closed when the Iteratee is done.
an Iteratee that writes to outStream
destination file
an Iteratee that writes bytes to file
, keeping track of the number of bytes written
an Iteratee that writes any consumed bytes to os
http://stackoverflow.com/questions/12066993/uploading-file-as-stream-in-play-framework-2-0
http://stackoverflow.com/questions/12066993/uploading-file-as-stream-in-play-framework-2-0
an InputStream and an Iteratee such that any bytes consumed by the Iteratee are made available to the InputStream
an Iteratee that writes any consumed bytes to os