Package com._1c.g5.v8.dt.addin.model
Class AddInExtension
- java.lang.Object
-
- com._1c.g5.v8.dt.addin.model.AddInExtension
-
-
Constructor Summary
Constructors Constructor Description AddInExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
inputStream(org.eclipse.emf.ecore.EObject addIn)
Returns file input stream for givenaddIn
.static OutputStream
outputStream(org.eclipse.emf.ecore.EObject addIn)
Returns anOutputStream
so one can set contents of the providedaddIn
.
-
-
-
Method Detail
-
inputStream
public static InputStream inputStream(org.eclipse.emf.ecore.EObject addIn)
Returns file input stream for givenaddIn
.- Parameters:
addIn
- is theAddIn
, cannot benull
- Returns:
- add-in content
InputStream
, can benull
-
outputStream
public static OutputStream outputStream(org.eclipse.emf.ecore.EObject addIn)
Returns anOutputStream
so one can set contents of the providedaddIn
.- Parameters:
binaryData
- is theAddIn
, cannot benull
- Returns:
- add-in content
OutputStream
, can benull
-
-