Package: closure-html

Function make-octet-vector-sink

Lambda List

make-octet-vector-sink (&rest initargs &key encoding &allow-other-keys)

Return Value

a HAX handler

Details

Returns a sink creating octet vectors.

This function creates a serialization sink. Sinks are HAX handlers that write events in their normal HTML syntax, and return the result from hax:end-document, if applicable.

This particular kind of sink creates an HTML document in an array of (unsigned-byte 8).

 

See also