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/ascii85.js

  • Provides:

    • dojox.encoding.ascii85
  • dojox.encoding.ascii85.encode

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

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

    • type
      Object
  • dojox.encoding

    • type
      Object
  • dojox

    • type
      Object