Liking cljdoc? Tell your friends :D

netlib.bytes


byte-shift-leftclj

(byte-shift-left pos b)

字节b向左移动pos个位置,后面补0,b只是一个字节,多余的忽略

字节b向左移动pos个位置,后面补0,b只是一个字节,多余的忽略
sourceraw docstring

bytes->numclj

(bytes->num bs)

根据endian转换bytes到数字

根据endian转换bytes到数字
sourceraw docstring

cstringclj

(cstring encoding)

\0结束的字符串,c字符串

\0结束的字符串,c字符串
sourceraw docstring

medium-specclj

3字节整数

3字节整数
sourceraw docstring

nbyte-numclj

(nbyte-num n)

n个字节的整数

n个字节的整数
sourceraw docstring

num->bytesclj

(num->bytes n size)

转换数字到字节数组,长度为size, 如果size小于数字实际长度,会被截断

转换数字到字节数组,长度为size,
如果size小于数字实际长度,会被截断
sourceraw docstring

num-get-byteclj

(num-get-byte pos n)

获取数字n对应位置的字节

获取数字n对应位置的字节
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close