Package: closure-html

Function make-octet-stream-sink

Lambda List

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

Return Value

a HAX handler

Details

Returns a sink writing to an octet stream.

This function creates a serialization sink. Sinks are HAX handlers that write events in their normal HTML syntax.

This particular kind of sink writen the HTML document to a stream of element-type (unsigned-byte 8).

 

See also