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