Liking cljdoc? Tell your friends :D

cljam.io.cram.decode.structure


decode-blockclj

(decode-block bb)

Decodes a block from the given byte buffer.

Decodes a block from the given byte buffer.
sourceraw docstring

decode-compression-header-blockclj

(decode-compression-header-block bb)

Decodes a compression header block from the given byte buffer.

Decodes a compression header block from the given byte buffer.
sourceraw docstring

decode-container-headerclj

(decode-container-header bb)

Decodes a container header from the given byte buffer.

Decodes a container header from the given byte buffer.
sourceraw docstring

decode-cram-header-blockclj

(decode-cram-header-block bb)

Decodes a CRAM header block from the given byte buffer.

Decodes a CRAM header block from the given byte buffer.
sourceraw docstring

decode-file-definitionclj

(decode-file-definition bb)

Decodes the CRAM file definition from the given byte buffer.

Decodes the CRAM file definition from the given byte buffer.
sourceraw docstring

decode-slice-header-blockclj

(decode-slice-header-block bb)

Decodes a slice header block from the given byte buffer.

Decodes a slice header block from the given byte buffer.
sourceraw docstring

eof-container?clj

(eof-container? container-header)

Returns true iff the given container header represents an EOF container.

Returns true iff the given container header represents an EOF container.
sourceraw docstring

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

× close