Package com.luciad.containers
Class DataEntity
java.lang.Object
com.luciad.containers.DataEntity
- All Implemented Interfaces:
AutoCloseable
Represents a blob of data.
A binary large object is a collection of binary data stored as a single entity. Blobs are typically images, audio or other multimedia objects.
The mime-type indicates how to interpret the data 'blob'.
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getData
Returns the data.- Returns:
- the data.
-
getMimeType
Returns the mime-type of the data.- Returns:
- the mime-type of the data.
-