Package: closure-html
Function make-octet-vector-sink
Lambda Listmake-octet-vector-sink (&rest initargs &key encoding &allow-other-keys) Return Valuea 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 |