Package com._1c.g5.v8.dt.md.pictures
Class MdSinglePictureManifest
java.lang.Object
com._1c.g5.v8.dt.platform.pictures.AbstractSinglePictureManifest<PictureDef>
com._1c.g5.v8.dt.md.pictures.MdSinglePictureManifest
- All Implemented Interfaces:
IPictureManifest
IPictureManifest common implementation for PictureDef with single picture-
Field Summary
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifest
UNRESOLVED_PICTURE_MANIFEST -
Constructor Summary
ConstructorsConstructorDescriptionMdSinglePictureManifest(PictureDef picture, IBmBlob blob) Create instance ofMdZipPictureManifest -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.platform.pictures.AbstractSinglePictureManifest
getCompositeId, getDirection, getInputStream, getPicture, isTemplate
-
Constructor Details
-
MdSinglePictureManifest
Create instance ofMdZipPictureManifest- Parameters:
picture- the source picture, cannot benullblob- the picture blob, can benull
-
-
Method Details
-
getInputStream
Description copied from class:AbstractSinglePictureManifestReadInputStreamfrom current picture.- Specified by:
getInputStreamin classAbstractSinglePictureManifest<PictureDef>- Returns:
InputStreamof picture, optional, nevernull
-