All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.ADT_type_blob

java.lang.Object
   |
   +----PREDATOR.ADT.ADT
           |
           +----PREDATOR.ADT.ADT_type_blob

public class ADT_type_blob
extends ADT
The type_blob ADT.

See Also:
BlobObject

Constructor Index

 o ADT_type_blob()

Method Index

 o getObjectClass(ADTMetaInfo)
Returns the class of the Blob ADT's object data: BlobData

Constructors

 o ADT_type_blob
 public ADT_type_blob()

Methods

 o getObjectClass
 public Class getObjectClass(ADTMetaInfo MetaInfo)
Returns the class of the Blob ADT's object data: BlobData

Parameters:
MetaInfo - The meta-info for the object to be read
Returns:
The class of the Blob ADT's object data
Overrides:
getObjectClass in class ADT

All Packages  Class Hierarchy  This Package  Previous  Next  Index