Namespace used to hold functions and other objects for using CRC32
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Functions
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
static getCRC(Array data, [Number offset,] [Number count]) : Number Create a CRC32 from an array of bytes. The user may specify the starting offset within the array and the total number of bytes past the offset to include in the resulting CRC32. | Show Details | 1.0 | no | |||||||||||
Parameters
Returns
| ||||||||||||||
static getStringCRC(String text) : Number Create a CRC32 from the characters of a string | Show Details | 1.0 | no | |||||||||||
Parameters
Returns
| ||||||||||||||
