buddy.core.bytes

(source)
A collection of functions for work with byte arrays and bytes.

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
Public Variable Short Description
bytes? (clj) Test if a first parameter is a byte array or not.
concat (clj) Given N number of byte arrays, concat them in one unique byte array and return it.
copy (clj) Is a specialized version of slice that just copy the byte array.
equals? (clj) Test whether two sequences of characters or bytes are equal in a way that protects against timing attacks.
fill! (clj) Assigns the specified byte value to each element of the specified array of bytes.
slice (clj) Returns a new copy of the byte array but offset and crop by start and end indices.