Hi,

I've take cognizance of ZODB.Blob. I think it's great tools.

Know, I've one question : how can I get the size (in octet) of Blob 
object ?

>>> f = myblob.open("r")
>>> size = len(f.read())
>>> print size

This code isn't efficient. What is the good method ?

Thanks for your help,
Stephane

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to