NAME
MojoX::MongoDB::GridFS::File - A Mongo GridFS file
SYNOPSIS
use MojoX::MongoDB::GridFS::File;
my $outfile = IO::File->new("outfile", "w");
my $file = $grid->find_one;
$file->print($outfile);
DESCRIPTION
Please refer to the MongoDB documentation and API for more information.
AUTHORS
Kristina Chodorow <kristina@mongodb.org>
minimalist <minimalist@lavabit.com>