使用java在appengine中的blob中的可写入方法

时间:2013-02-15 05:00:03

标签: java google-app-engine blob

使用可写方法检查blob。

使用的代码是:

FileService fileService = FileServiceFactory.getFileService();
AppEngineFile file = fileService.getBlobFile(str);
Boolean writea=file.isWritable();

writea的值显示为true。所以它指的是blob没有最终确定并且可以再次使用(如果我是对的)。

现在我的问题是如何检索blob并使用它?

1 个答案:

答案 0 :(得分:0)

Blob在可写时无法读取。在你完成它们之前,它们是只写的,之后它们是只读的。