logdog.Common.BlobStore
Class GAEBlobWriter

java.lang.Object
  extended by logdog.Common.BlobStore.GAEBlobWriter
All Implemented Interfaces:
BlobFileWriter

public class GAEBlobWriter
extends java.lang.Object
implements BlobFileWriter

BlobFileWriter를 직접 구현한 클래스 GAE의 blob작업을 처리한다.

Since:
2012. 11. 15.오전 5:56:40 TODO
Author:
Karuana

Constructor Summary
GAEBlobWriter()
           
 
Method Summary
 boolean BlobDelete(com.google.appengine.api.blobstore.BlobKey key)
          Key가 가르키는 요소를 삭제한다.
 com.google.appengine.api.blobstore.BlobKey TextWrite(java.lang.String text)
          파라미터로 넘겨져오는 데이터를 BlobStore에 기록한다.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GAEBlobWriter

public GAEBlobWriter()
Method Detail

TextWrite

public com.google.appengine.api.blobstore.BlobKey TextWrite(java.lang.String text)
Description copied from interface: BlobFileWriter
파라미터로 넘겨져오는 데이터를 BlobStore에 기록한다. 기록 후 저장된 요소의 Key를 리턴한다.

Specified by:
TextWrite in interface BlobFileWriter
Returns:
BlobKey(저장된 데이터의 키 값)

BlobDelete

public boolean BlobDelete(com.google.appengine.api.blobstore.BlobKey key)
Description copied from interface: BlobFileWriter
Key가 가르키는 요소를 삭제한다.

Specified by:
BlobDelete in interface BlobFileWriter
Returns:
작업의 결과