Liking cljdoc? Tell your friends :D

cljotdr.utils


get-curr-cksumclj

(get-curr-cksum raf)

get checksum associated with file-object gotten from cljotdr.reader/openfile

get checksum associated with file-object gotten from
cljotdr.reader/openfile
sourceraw docstring

get-fixed-stringclj

(get-fixed-string raf nn)

read in specified number of bytes as string

read in specified number of bytes as string
sourceraw docstring

get-hexstringclj

(get-hexstring raf nn)

read in specified number of bytes and display as hexidecimals

read in specified number of bytes and display as hexidecimals
sourceraw docstring

get-signedclj

(get-signed raf & args)

read signed int, 2, 4, or 8 bytes; little endian

read signed int, 2, 4, or 8 bytes; little endian
sourceraw docstring

get-signed-altclj

(get-signed-alt raf & args)

read signed int, 2, 4, or 8 bytes; little endian

read signed int, 2, 4, or 8 bytes; little endian
sourceraw docstring

get-stringclj

(get-string raf)

read in a string (stop when reaching '0')

read in a string (stop when reaching '0')
sourceraw docstring

get-string-altclj

(get-string-alt raf)

read in a string (stop when reaching '0')

read in a string (stop when reaching '0')
sourceraw docstring

get-uintclj

(get-uint raf & args)

read unsigned int, 2, 4, or 8 bytes; little endian

read unsigned int, 2, 4, or 8 bytes; little endian
sourceraw docstring

myreadclj

(myread raf)

read one byte from 'raf' and update checksum

read one byte from 'raf' and update checksum
sourceraw docstring

reset-cksumclj

(reset-cksum raf)

reset checksum associated with file-object raf gotten from cljotdr.reader/openfile

reset checksum associated with file-object raf gotten from
cljotdr.reader/openfile
sourceraw docstring

slimitclj

source

solclj

speed of light: 0.299792458 km/usec

speed of light: 0.299792458 km/usec
sourceraw docstring

to-little-endianclj

(to-little-endian val nn)

create a little-endian byte representation of val as an nn element list

create a little-endian byte representation of val as an nn element list
sourceraw docstring

write-fixed-stringclj

(write-fixed-string raf text)

write string without trailing �

write string without trailing 
sourceraw docstring

write-hexstringclj

(write-hexstring raf hexstring)
source

write-signedclj

(write-signed raf val xnn)

write val as nn byte unsigned int

write val as nn byte unsigned int
sourceraw docstring

write-stringclj

(write-string raf text)

write string with trailing �

write string with trailing 
sourceraw docstring

write-uintclj

(write-uint raf val xnn)

write val as nn byte unsigned int

write val as nn byte unsigned int
sourceraw docstring

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

× close