contents   index   previous   next



Blob Object

 

This section describes Blobs, Binary Large Objects.

 

The methods in this section are preceded with the object name Blob, since individual instances of the Blob object are not created. For example, Blob.get() is the syntax to use to get data from a Blob. Blob and Buffer variables overlap. The Buffer is the newer construct, and the Blob is retained mostly for compatibility with previous versions of ScriptEase. When necessary to work with data in memory, use a Buffer object if possible.

 

 

see:

Buffer object, Win32 structure definitions

 


Blob object static methods

blobDescriptor object