-
- All Known Implementing Classes:
BlobFactory
public interface IBlobFactory
Factory which provides blobs
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IBlobFactory.Platforms
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageInputStream
getBlob(IBlobFactory.Platforms platform, String id, int major, int minor, int revision)
Gets a blob for a specific platform version etc.ImageInputStream
getBlob(String path)
-
-
-
Method Detail
-
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
ImageInputStream getBlob(String path)
-
-