Liking cljdoc? Tell your friends :D

com.eldrix.hermes.impl.ser

Optimised hand-crafted serialization of SNOMED entities.

Optimised hand-crafted serialization of SNOMED entities.
raw docstring

read-association-refset-itemclj

(read-association-refset-item in)
source

read-attribute-value-refset-itemclj

(read-attribute-value-refset-item in)
source

read-complex-map-refset-itemclj

(read-complex-map-refset-item in)
source

read-conceptclj

(read-concept in)
source

read-descriptionclj

(read-description in)
source

read-effective-timeclj

(read-effective-time in read-offset)

Optimised fetch of only the effectiveTime of a SNOMED component. Core SNOMED concepts have an identifier of 8 bytes (64-bit unsigned long). Refset items have an identifier of 16 bytes (128-bit UUID).

Optimised fetch of only the effectiveTime of a SNOMED component.
Core SNOMED concepts have an identifier of 8 bytes (64-bit unsigned long).
Refset items have an identifier of 16 bytes (128-bit UUID).
sourceraw docstring

read-extended-map-refset-itemclj

(read-extended-map-refset-item in)
source

read-fieldclj

(read-field in)
source

read-field-namesclj

(read-field-names in)

Read a sequence of field names.

Read a sequence of field names.
sourceraw docstring

read-fieldsclj

(read-fields in)
source

read-language-refset-itemclj

(read-language-refset-item in)
source

read-owl-expression-refset-itemclj

(read-owl-expression-refset-item in)
source

read-refset-descriptor-refset-itemclj

(read-refset-descriptor-refset-item in)
source

read-refset-itemclj

(read-refset-item in)
source

read-relationshipclj

(read-relationship in)
source

read-simple-map-refset-itemclj

(read-simple-map-refset-item in)
source

read-simple-refset-itemclj

(read-simple-refset-item in)
source

read-uuidclj

(read-uuid in)

Read two long integers as a 128-bit UUID.

Read two long integers as a 128-bit UUID.
sourceraw docstring

readUTFclj

(readUTF b)
source

write-association-refset-itemclj

(write-association-refset-item out o)
source

write-attribute-value-refset-itemclj

(write-attribute-value-refset-item out o)
source

write-complex-map-refset-itemclj

(write-complex-map-refset-item out o)
source

write-conceptclj

(write-concept out o)
source

write-descriptionclj

(write-description out o)
source

write-extended-map-refset-itemclj

(write-extended-map-refset-item out o)
source

write-fieldcljmultimethod

source

write-field-namesclj

(write-field-names out field-names)

Write a sequence of field names.

Write a sequence of field names.
sourceraw docstring

write-fieldsclj

(write-fields out fields)
source

write-language-refset-itemclj

(write-language-refset-item out o)
source

write-owl-expression-refset-itemclj

(write-owl-expression-refset-item out o)
source

write-refset-descriptor-refset-itemclj

(write-refset-descriptor-refset-item out o)
source

write-refset-itemcljmultimethod

Serialize a refset item with a single byte header indicating subtype.

Serialize a refset item with a single byte header indicating subtype.
sourceraw docstring

write-relationshipclj

(write-relationship out o)
source

write-simple-map-refset-itemclj

(write-simple-map-refset-item out o)
source

write-simple-refset-itemclj

(write-simple-refset-item out o)
source

write-uuidclj

(write-uuid out uuid)

Write a UUID as two long integers (16 bytes).

Write a UUID as two long integers (16 bytes).
sourceraw docstring

writeUTFclj

(writeUTF b s)
source

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

× close