draklib.util

Undocumented in source.

Members

Classes

InvalidArgumentException
class InvalidArgumentException
Undocumented in source.
InvalidOperationException
class InvalidOperationException
Undocumented in source.
NotImplementedException
class NotImplementedException
Undocumented in source.

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.

readBits
bool[] readBits(ubyte bits)
Undocumented in source. Be warned that the author may not have intended to support it.
splitByteArray
byte[][] splitByteArray(byte[] array, uint chunkSize)

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

writeBits
ubyte writeBits(bool[] bits)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta