Class Base64x
Version
1.1 (07 May 2012).
Base64URL and supplementary functions for Tom Wu's base64.js library
Defined in: base64x-1.1.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Base64x()
Base64URL and supplementary functions for Tom Wu's base64.js library.
|
Class Detail
Base64x()
Base64URL and supplementary functions for Tom Wu's base64.js library.
This class is just provide information about global functions defined in 'base64x.js'. The 'base64x.js' script file provides global functions for converting following data each other.
Author: Kenji Urushima.
This class is just provide information about global functions defined in 'base64x.js'. The 'base64x.js' script file provides global functions for converting following data each other.
- (ASCII) String
- UTF8 String including CJK, Latin and other characters
- byte array
- hexadecimal encoded String
- Full URIComponent encoded String (such like "%69%94")
- Base64 encoded String
- Base64URL encoded String
Author: Kenji Urushima.
- Requires:
- base64.js