Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/encoding/easy64.js

  • Provides:

    • dojox.encoding.easy64
  • dojox.encoding.easy64.encode

    • parameters:
      • input: (typeof Array:)
        an array of numbers (0-255) to encode
    • returns
      String
    • summary
      encodes input data in easy64 string
    • type
      Function
  • dojox.encoding.easy64.decode

    • parameters:
      • input: (typeof String:)
        the input string to decode
    • summary
      decodes the input string back to array of numbers
    • type
      Function
  • dojox.encoding.easy64

    • type
      Object
  • dojox.encoding

    • type
      Object
  • dojox

    • type
      Object