WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIRDFBlob

IID:237f85a2-1dd2-11b2-94af-8122582fc45e
Inherits From:nsIRDFNode

An object of this interface should be created in the following way:

RDFService.GetBlobLiteral(value, length);

Properties

readonly PRInt32 length

The data's length.

readonly const_octet_ptr* value

The binary data.


References

This interface is returned from the following methods:

nsIRDFService.getBlobLiteral

Reference documentation is generated from Mozilla's source.