Read all file data.
Read the file data.
stream.read
Returns:
The file data.
Raises:
If a chunk is found out of sequence.
Since:
2.1.0
117 118 119
# File 'lib/mongo/grid/stream/read.rb', line 117 def read to_a.join end