MongoFS
Package:
Summary:
Store and get data in MongoDB GridFS like files
Groups:
Author:
Description:
This class can act as stream wrapper, so it can store and get data in MongoDB GridFS like regular files.
It uses the MongoDB extension to perform data access functions on files stored in a MongoDB database.
The class supports open, read, write, seek position, tell, eof, flush data, close and unlink stream access functions.
It uses the MongoDB extension to perform data access functions on files stored in a MongoDB database.
The class supports open, read, write, seek position, tell, eof, flush data, close and unlink stream access functions.
Comments are closed.