Package com._1c.g5.v8.dt.md.pictures
Class MdZipPictureManifest
java.lang.Object
com._1c.g5.v8.dt.platform.pictures.zip.AbstractZipPictureManifest<PictureDef>
com._1c.g5.v8.dt.md.pictures.MdZipPictureManifest
- All Implemented Interfaces:
IPictureManifest
,IZipPictureManifest
IPictureManifest
implementation for zip based PictureDef
-
Field Summary
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifest
UNRESOLVED_PICTURE_MANIFEST
-
Constructor Summary
ConstructorsConstructorDescriptionMdZipPictureManifest
(PictureDef picture, IBmBlob blob) Create instance ofMdZipPictureManifest
-
Method Summary
Methods inherited from class com._1c.g5.v8.dt.platform.pictures.zip.AbstractZipPictureManifest
getCompositeId, getDirection, getInputStream, getPicture, getZipPictureContent, isTemplate, setZipPictureContent
-
Constructor Details
-
MdZipPictureManifest
Create instance ofMdZipPictureManifest
- Parameters:
picture
- the source picture, cannot benull
blob
- the picture blob, cannot benull
-
-
Method Details
-
readPictureContent
Description copied from interface:IZipPictureManifest
ReadInputStream
from current zip based picture.- Returns:
InputStream
of zip, optional, nevernull
- Throws:
IOException
- if there is a problem to read the picture content
-