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
public class AbsZipPictureManifest extends AbstractZipPictureManifest<AbsPicture>
IPictureManifestimplementation for zip basedAbsPicture
-
-
Field Summary
-
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifest
UNRESOLVED_PICTURE_MANIFEST
-
-
Constructor Summary
Constructors Constructor Description AbsZipPictureManifest(AbsPicture picture)Create instance ofAbsZipPictureManifest
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<InputStream>readPictureContent()ReadInputStreamfrom current zip based picture.-
Methods inherited from class com._1c.g5.v8.dt.platform.pictures.zip.AbstractZipPictureManifest
getCompositeId, getDirection, getInputStream, getPicture, getZipPictureContent, isTemplate, setZipPictureContent
-
-
-
-
Constructor Detail
-
AbsZipPictureManifest
public AbsZipPictureManifest(AbsPicture picture)
Create instance ofAbsZipPictureManifest- Parameters:
picture- the source picture, cannot benull
-
-
Method Detail
-
readPictureContent
public Optional<InputStream> readPictureContent() throws IOException
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
-
-