Uses of Class
io.vertx.ext.mongo.GridFsDownloadOptions
Packages that use GridFsDownloadOptions
-
Uses of GridFsDownloadOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return GridFsDownloadOptionsMethods in io.vertx.ext.mongo with parameters of type GridFsDownloadOptionsModifier and TypeMethodDescriptionMongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options) MongoGridFsClient.readByFileNameWithOptions(String fileName, GridFsDownloadOptions options) Read file by name to ReadStream with optionsConstructors in io.vertx.ext.mongo with parameters of type GridFsDownloadOptionsModifierConstructorDescriptionCopy constructor -
Uses of GridFsDownloadOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type GridFsDownloadOptionsModifier and TypeMethodDescriptionMongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options) MongoGridFsClient.readByFileNameWithOptions(String fileName, GridFsDownloadOptions options) Read file by name to ReadStream with optionsMongoGridFsClient.rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options) -
Uses of GridFsDownloadOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type GridFsDownloadOptionsModifier and TypeMethodDescriptionMongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options) MongoGridFsClient.readByFileNameWithOptions(String fileName, GridFsDownloadOptions options) Read file by name to ReadStream with optionsMongoGridFsClient.rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options)