Uses of Interface
com._1c.g5.v8.dt.binary.model.BinaryData
-
Packages that use BinaryData Package Description com._1c.g5.v8.dt.binary.model com._1c.g5.v8.dt.binary.model.impl com._1c.g5.v8.dt.binary.model.util -
-
Uses of BinaryData in com._1c.g5.v8.dt.binary.model
Methods in com._1c.g5.v8.dt.binary.model that return BinaryData Modifier and Type Method Description BinaryDataBinaryFactory. createBinaryData()Returns a new object of class 'Data'.Methods in com._1c.g5.v8.dt.binary.model with parameters of type BinaryData Modifier and Type Method Description static StringBinaryDataExtension. buildBinaryDataContentBlobFqn(BinaryData binaryData)Builds binary data content blob FQN.static InputStreamBinaryDataExtension. getContent(BinaryData binaryData)Gets the contents of the specifiedBinaryDatainstance.static voidBinaryDataExtension. setContent(BinaryData binaryData, InputStream content)Sets the contents of the specifiedBinaryDatainstance. -
Uses of BinaryData in com._1c.g5.v8.dt.binary.model.impl
Classes in com._1c.g5.v8.dt.binary.model.impl that implement BinaryData Modifier and Type Class Description classBinaryDataImplAn implementation of the model object 'Data'.Methods in com._1c.g5.v8.dt.binary.model.impl that return BinaryData Modifier and Type Method Description BinaryDataBinaryFactoryImpl. createBinaryData() -
Uses of BinaryData in com._1c.g5.v8.dt.binary.model.util
Methods in com._1c.g5.v8.dt.binary.model.util with parameters of type BinaryData Modifier and Type Method Description TBinarySwitch. caseBinaryData(BinaryData object)Returns the result of interpreting the object as an instance of 'Data'.
-