- java.lang.Object
-
- org.kink_lang.kink.BinHelper
-
public class BinHelper extends Object
The helper for bin vals.
-
-
Method Detail
-
of
public BinVal of(byte[] bytes)
Returns a bin val, copying the bytes.- Parameters:
bytes
- the bytes.- Returns:
- a bin val, copying the bytes.
-
-