Uses of Class
org.kink_lang.kink.BinVal
Packages that use BinVal
-
Uses of BinVal in org.kink_lang.kink
Methods in org.kink_lang.kink that return BinValModifier and TypeMethodDescriptionReturns a bin val which concatenatesthisandtail.BinHelper.of(byte[] bytes) Returns a bin val, copying the bytes.BinHelper.of(byte[] bytes, int from, int to) Returns a bin val, copyin the bytes inclusively fromfrom, exclusively toto.BinVal.slice(int from, int to) Returns a sliced bin betweenfrom(inclusive) andto(exclusive).Methods in org.kink_lang.kink with parameters of type BinVal