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 benull
blob
- the picture blob, can benull
-
-
Method Details
-
getInputStream
Description copied from class:AbstractSinglePictureManifest
ReadInputStream
from current picture.- Specified by:
getInputStream
in classAbstractSinglePictureManifest<PictureDef>
- Returns:
InputStream
of picture, optional, nevernull
-