Class BlobFactory
java.lang.Object
com.ibm.j9ddr.blobs.BlobFactory
- All Implemented Interfaces:
 IBlobFactory
- 
Nested Class Summary
Nested classes/interfaces declared in interface IBlobFactory
IBlobFactory.Platforms - 
Method Summary
Modifier and TypeMethodDescriptiongetBlob(IBlobFactory.Platforms platform, String id, int major, int minor, int revision) Gets a blob for a specific platform version etc.static IBlobFactory 
- 
Method Details
- 
getInstance
 - 
getBlob
public ImageInputStream getBlob(IBlobFactory.Platforms platform, String id, int major, int minor, int revision) Description copied from interface:IBlobFactoryGets a blob for a specific platform version etc.- Specified by:
 getBlobin interfaceIBlobFactory- Parameters:
 platform-id-major-minor-revision-- Returns:
 - stream if a match is found, null if not
 
 - 
getBlob
- Specified by:
 getBlobin interfaceIBlobFactory
 
 -