2021年2月3日

java流转换BufferedImage转为InputStream

摘要: BufferedImage转为InputStream public InputStream bufferedImageToInputStream(BufferedImage image) throws IOException { ByteArrayOutputStream os = new Byte 阅读全文

posted @ 2021-02-03 10:45 贾广祥 阅读(3294) 评论(0) 推荐(0)

导航