Class AbsSinglePictureManifest
- java.lang.Object
- 
- com._1c.g5.v8.dt.platform.pictures.AbstractSinglePictureManifest<AbsPicture>
- 
- com._1c.g5.v8.dt.moxel.ui.pictures.AbsSinglePictureManifest
 
 
- 
- All Implemented Interfaces:
- IPictureManifest
 
 public class AbsSinglePictureManifest extends AbstractSinglePictureManifest<AbsPicture> IPictureManifestimplementation forAbsPicturewith single picture
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.v8.dt.platform.pictures.IPictureManifestUNRESOLVED_PICTURE_MANIFEST
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbsSinglePictureManifest(AbsPicture picture)Create a instance ofAbsSinglePictureManifest
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<InputStream>getInputStream()ReadInputStreamfrom current picture.- 
Methods inherited from class com._1c.g5.v8.dt.platform.pictures.AbstractSinglePictureManifestgetCompositeId, getDirection, getInputStream, getPicture, isTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
AbsSinglePictureManifestpublic AbsSinglePictureManifest(AbsPicture picture) Create a instance ofAbsSinglePictureManifest- Parameters:
- picture- the source- AbsPicture, cannot be- null
 
 
- 
 - 
Method Detail- 
getInputStreamprotected Optional<InputStream> getInputStream() Description copied from class:AbstractSinglePictureManifestReadInputStreamfrom current picture.- Specified by:
- getInputStreamin class- AbstractSinglePictureManifest<AbsPicture>
- Returns:
- InputStreamof picture, optional, never- null
 
 
- 
 
-