datastore-io:来自 GAEJ 数据存储的输出和输入流

时间:2024-06-30 01:44:56
【文件属性】:

文件名称:datastore-io:来自 GAEJ 数据存储的输出和输入流

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-30 01:44:56

Java

数据存储区 datastore-io为 、 DatastoreOutputStream和DatastoreInputStream提供数据存储的输出和输入流,它们可以用来代替FileOutputStream和FileInputStream 。 // OutputStream to the Datastore try ( BufferedOutputStream out = new BufferedOutputStream ( new DatastoreOutputStream (key), DatastoreOutputStream . BUFFER_SIZE )) { out . write(bytes); out . flush(); } catch ( IOException e) { e . printSta


【文件预览】:
datastore-io-master
----src()
--------org()
----LICENSE(1KB)
----test()
--------org()
----README.md(916B)
----.gitignore(17B)

网友评论