Uses of Class
ch.ivyteam.ivy.scripting.objects.Binary
-
Packages that use Binary Package Description ch.ivyteam.ivy.scripting.objects ch.ivyteam.ivy.workflow.document -
-
Uses of Binary in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return Binary Modifier and Type Method Description BinaryBinary. clone()Creates a clone of this object.BinaryFile. readBinary()Reads the file content and returns it as a Binary.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type Binary Modifier and Type Method Description voidFile. writeBinary(Binary content)Writes a given Binary in a file. -
Uses of Binary in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return Binary Modifier and Type Method Description BinaryIDocumentContentReader. asBinary()Example:
Binary content = document.read().asBinary();Methods in ch.ivyteam.ivy.workflow.document with parameters of type Binary Modifier and Type Method Description IDocumentIDocumentContentWriter. withContentFrom(Binary content)Writes the content of the given binary to the document
-