draklib.util

Members

Functions

getTimeMillis
long getTimeMillis()

Get the current time in milliseconds (since epoch). This method uses bindings to the C functions gettimeofday and GetSystemTime depending on the platform.

splitByteArray
byte[][] splitByteArray(byte[] array, in uint chunkSize)

Split a byte array into multiple arrays of sizes specified by "chunkSize"

Meta