db4o « Blob « Java Database Q&A





1. Db4o, Java: Storing images using blobs    stackoverflow.com

I want to store images in Db4o using Blobs. How can I store them and how do I get them out again?

2. Getting Db4o blobs out of the Database without storing them to disk    stackoverflow.com

Is there a way to get a Db4o Blob out of the Database without storing it to disk?
I only found the method void com.db4o.types.Blob.writeTo(File arg0)