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