From 147324a12f5cffba59c3442612ad94674415511a Mon Sep 17 00:00:00 2001 From: wangyingjun01 Date: Mon, 21 Nov 2022 14:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BB=84=E4=BB=B6fileio-extr?= =?UTF-8?q?a=E5=92=8CpdfViewer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyingjun01 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ae6eb9..3f708dd 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,8 @@ #### 文件解析编码解码 +- :tw-1f195: [fileio-extra](https://gitee.com/openharmony-sig/fileio-extra) - 提供了更丰富全面的文件操作功能 +- :tw-1f195: [pdfViewer](https://gitee.com/openharmony-tpc/pdfViewer) - 用于解析和展示PDF - :tw-1f195: [gson](https://gitee.com/openharmony-sig/gson) - Gson用于对象与JSON字符串之间的互相转换,并支持JsonElement对象类型,使JSON字符串与对象之间的转换更高效、灵活,并且易于使用。 - [protobuf](https://gitee.com/openharmony-tpc/protobuf) - 序列化和反序列化,能力类似java组件protobuf,libprotobuf-mutator等库 - [okio](https://gitee.com/openharmony-tpc/okio) - 一个通过数据流、序列化和文件系统为系统输入和输出提供支持的库 -- Gitee