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