public class BinHelper
extends Object
The helper for bin vals.
-
Method Summary
Returns a bin val, copying the bytes.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public BinVal of(byte[] bytes)
Returns a bin val, copying the bytes.
- Parameters:
bytes - the bytes.
- Returns:
- a bin val, copying the bytes.