Package | Description |
---|---|
com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
Modifier and Type | Method and Description |
---|---|
GridFSUploadStream |
GridFSBucket.openUploadStream(String filename)
Opens a Stream that the application can write the contents of the file to.
|
GridFSUploadStream |
GridFSBucket.openUploadStream(String filename,
GridFSUploadOptions options)
Opens a Stream that the application can write the contents of the file to.
|
Copyright © 2016. All Rights Reserved.