# gridfsop **Repository Path**: linlanghen/gridfsop ## Basic Information - **Project Name**: gridfsop - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gridfsop #### 介绍 mongodb gridfs 文件的存储及下载操作,其中下载用到了commons-io包 ``` // 将输入流转换为输出流 IOUtils.copy(gridFsResource.getInputStream(), outputStream); ```