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
 
 public class MdSinglePictureManifest extends AbstractSinglePictureManifest<PictureDef> IPictureManifestcommon implementation forPictureDefwith single picture
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifestUNRESOLVED_PICTURE_MANIFEST
 
- 
 - 
Constructor SummaryConstructors Constructor Description MdSinglePictureManifest(PictureDef picture, IBmBlob blob)Create instance ofMdZipPictureManifest
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<InputStream>getInputStream()ReadInputStreamfrom current picture.- 
Methods inherited from class com._1c.g5.v8.dt.platform.pictures.AbstractSinglePictureManifestgetCompositeId, getDirection, getInputStream, getPicture, isTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
MdSinglePictureManifestpublic MdSinglePictureManifest(PictureDef picture, IBmBlob blob) Create instance ofMdZipPictureManifest- Parameters:
- picture- the source picture, cannot be- null
- blob- the picture blob, can be- null
 
 
- 
 - 
Method Detail- 
getInputStreampublic Optional<InputStream> getInputStream() Description copied from class:AbstractSinglePictureManifestReadInputStreamfrom current picture.- Specified by:
- getInputStreamin class- AbstractSinglePictureManifest<PictureDef>
- Returns:
- InputStreamof picture, optional, never- null
 
 
- 
 
-