[Zope] ExternalMethod for exporting un-pickled Office files tothe filesystem etc

Tino Wildenhain tino at wildenhain.de
Thu Jun 22 08:06:15 EDT 2006


Krishna Shukla schrieb:
> How we can read the "plone file" File from zodb in one file object.
> Regards
> Krishna

should work similar - but check the API docs. The meta-type
is probably a bit different so you need to extend it in the
Zopefind() call. Also for ultra performance, Zope file objects
usually dont wear an opaque string with data but linked PData
elements which could be read block by block instead of the
simple str() in my implemention.

Regards
Tino Wildenhain


More information about the Zope mailing list