Uses of Class
planetj.database.BlobObject

Packages that use BlobObject
planetj.database.field   
planetj.dataengine.fileupload   
 

Uses of BlobObject in planetj.database.field
 

Methods in planetj.database.field that return BlobObject
protected  BlobObject BlobField.getBlobObject()
          Get the BlobObject for this BlobField
 

Uses of BlobObject in planetj.dataengine.fileupload
 

Subclasses of BlobObject in planetj.dataengine.fileupload
 class UploadedFile
          An UploadedFile contains information about a file that has been uploaded by a user.