【发布时间】:2012-08-23 15:54:53
【问题描述】:
有什么方法可以通过 File 对象引用 blobstore 中的 blob 吗?我有 blob 密钥。现在我该如何引用那里的 blob?
// Let the blob key be 'squuheaeinlie'
File blobReference = new File(...?....);
我实际上指的是一个 xml 文件,它是一个 blob。我想读写那个 xml 文件。
【问题讨论】:
标签: java file google-app-engine blob