Class AbsZipPictureManifest
java.lang.Object
com._1c.g5.v8.dt.platform.pictures.zip.AbstractZipPictureManifest<AbsPicture>
com._1c.g5.v8.dt.moxel.ui.pictures.AbsZipPictureManifest
- All Implemented Interfaces:
IPictureManifest,IZipPictureManifest
IPictureManifest implementation for zip based AbsPicture-
Field Summary
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifest
UNRESOLVED_PICTURE_MANIFEST -
Constructor Summary
ConstructorsConstructorDescriptionAbsZipPictureManifest(AbsPicture picture) Create instance ofAbsZipPictureManifest -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.platform.pictures.zip.AbstractZipPictureManifest
getCompositeId, getDirection, getInputStream, getPicture, getZipPictureContent, isTemplate, setZipPictureContent
-
Constructor Details
-
AbsZipPictureManifest
Create instance ofAbsZipPictureManifest- Parameters:
picture- the source picture, cannot benull
-
-
Method Details
-
readPictureContent
Description copied from interface:IZipPictureManifestReadInputStreamfrom current zip based picture.- Returns:
InputStreamof zip, optional, nevernull- Throws:
IOException- if there is a problem to read the picture content
-