<< Click to Display Table of Contents >>

Method

Name

Description

Base64decode

Decode Base64 string and create OZBinary object.

Base64encode

Encode OZBinary object data to Base64 and get the encoded string.

GetName

Gets the OZBinary object name.

ReadFromFile

Create OZBinary object from the given data file.

ReadFromHTTP

Create OZBinary object from the given data URL.

SaveToFile

Save OZBinary object data to the given file.

SetName

Sets the OZBinary object name.

ToString

Gets OZBinary object data in string format.