| Modifier and Type | Method and Description |
|---|---|
Future<Long> |
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream,
String fileName,
GridFsDownloadOptions options)
Like
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream, String, GridFsDownloadOptions, Handler) but returns a Future of the asynchronous result |
MongoGridFsClient |
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream,
String fileName,
GridFsDownloadOptions options,
Handler<AsyncResult<Long>> resultHandler) |
| Constructor and Description |
|---|
GridFsDownloadOptions(GridFsDownloadOptions options)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.