Class ActiveDocumentExtension
- java.lang.Object
-
- com._1c.g5.v8.dt.activedocument.model.ActiveDocumentExtension
-
public class ActiveDocumentExtension extends Object
Operation implementations for EClassActiveDocument
-
-
Constructor Summary
Constructors Constructor Description ActiveDocumentExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
inputStream(org.eclipse.emf.ecore.EObject activeDocumentData)
Returns file input stream for givenactiveDocumentData
.static OutputStream
outputStream(org.eclipse.emf.ecore.EObject activeDocumentData)
Returns anOutputStream
so one can set contents of the providedactiveDocumentData
.
-
-
-
Method Detail
-
inputStream
public static InputStream inputStream(org.eclipse.emf.ecore.EObject activeDocumentData)
Returns file input stream for givenactiveDocumentData
.- Parameters:
activeDocumentData
- is theActiveDocument
, cannot benull
- Returns:
- file input stream for given
activeDocumentData
, can benull
-
outputStream
public static OutputStream outputStream(org.eclipse.emf.ecore.EObject activeDocumentData)
Returns anOutputStream
so one can set contents of the providedactiveDocumentData
.- Parameters:
activeDocumentData
- is theActiveDocument
, cannot benull
- Returns:
OutputStream
so one can set contents of the providedactiveDocumentData
, cannot benull
-
-