Uses of Class
ch.ivyteam.ivy.scripting.objects.Binary
Packages that use Binary
-
Uses of Binary in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return BinaryModifier and TypeMethodDescriptionBinary.clone()Creates a clone of this object.File.readBinary()Reads the file content and returns it as aBinary.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type BinaryModifier and TypeMethodDescriptionvoidFile.writeBinary(Binary content) Writes the givenBinaryin a file. -
Uses of Binary in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return BinaryModifier and TypeMethodDescriptionIDocumentContentReader.asBinary()Example:
Binary content = document.read().asBinary();Methods in ch.ivyteam.ivy.workflow.document with parameters of type BinaryModifier and TypeMethodDescriptionIDocumentContentWriter.withContentFrom(Binary content) Writes the content of the given binary to the document