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