Get the current time in milliseconds (since epoch). This method uses bindings to the C functions gettimeofday and GetSystemTime depending on the platform.
Split a byte array into multiple arrays of sizes specified by "chunkSize"
See Source File