Liking cljdoc? Tell your friends :D

cljam.io.util.bgzf


bgzf-input-streamclj

(bgzf-input-stream x)
source

bgzf-output-streamclj

(bgzf-output-stream x)
source

BGZFIOFactorycljprotocol

make-bgzf-input-streamclj

(make-bgzf-input-stream x)

make-bgzf-output-streamclj

(make-bgzf-output-stream x)
source

compareclj

(compare fp1 fp2)

Negative if fp1 is earlier in file than fp2, positive if it is later, 0 if equal.

Negative if fp1 is earlier in file than fp2, positive if it is later, 0 if equal.
sourceraw docstring

get-block-addressclj

(get-block-address fp)

File offset of start of BGZF block for this file pointer.

File offset of start of BGZF block for this file pointer.
sourceraw docstring

get-block-offsetclj

(get-block-offset fp)

Offset into uncompressed block for this virtual file pointer.

Offset into uncompressed block for this virtual file pointer.
sourceraw docstring

same-or-adjacent-blocks?clj

(same-or-adjacent-blocks? fp1 fp2)

Returns true if fp2 points to somewhere in the same BGZF block, or the one immediately following fp1's BGZF block.

Returns true if fp2 points to somewhere in the same BGZF block, or the one
immediately following fp1's BGZF block.
sourceraw docstring

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

× close