Interface IBlobFactory
- All Known Implementing Classes:
BlobFactory
public interface IBlobFactory
Factory which provides blobs
-
Nested Class Summary
-
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.
-
Method Details
-
getBlob
ImageInputStream getBlob(IBlobFactory.Platforms platform, String id, int major, int minor, int revision) Gets a blob for a specific platform version etc.- Parameters:
platform
-id
-major
-minor
-revision
-- Returns:
- stream if a match is found, null if not
-
getBlob
-